Skip to content

Commit

Permalink
Fix stylelint (#7245)
Browse files Browse the repository at this point in the history
  • Loading branch information
sddioulde authored Jan 19, 2024
1 parent 270f107 commit 3211ca2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/web/src/components/upload/AudioQuality.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
.learnMore:hover {
color: var(--primary-dark-2);
text-decoration: underline;
}
}
6 changes: 3 additions & 3 deletions packages/web/src/components/upload/Dropzone.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
fill: var(--neutral);
}

.text>span {
.text > span {
color: var(--primary-dark-2);
}

.text>span:hover {
.text > span:hover {
border-bottom: 1px solid var(--primary);
}

Expand Down Expand Up @@ -73,4 +73,4 @@
position: absolute;
top: 0;
width: 100%;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
.hide {
flex-grow: 0.0001;
margin: 0;
}
}

0 comments on commit 3211ca2

Please sign in to comment.