Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Correct new search input’s rounded corners
Browse files Browse the repository at this point in the history
  • Loading branch information
justjanne committed Jun 28, 2022
1 parent 8b84195 commit 6b53f43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion res/css/views/dialogs/_SpotlightDialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,8 @@ limitations under the License.
font-size: $font-12px;
line-height: $font-15px;
color: $tertiary-content;
border-radius: 6px;
border-top-right-radius: 6px;
border-top-left-radius: 6px;
background-color: $quinary-content;
margin: 0 $spacing-4 0 auto;
display: none;
Expand Down

0 comments on commit 6b53f43

Please sign in to comment.