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

Commit

Permalink
Correct the border color of dropdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
robintown committed May 16, 2022
1 parent 7ed5229 commit 7d3250a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/css/views/elements/_Dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ limitations under the License.
align-items: center;
position: relative;
border-radius: 8px;
border: 1px solid $strong-input-border-color;
border: 1px solid $quinary-content;
padding: $spacing-8 $spacing-12;
font-size: $font-15px;
line-height: $font-24px;
Expand Down

0 comments on commit 7d3250a

Please sign in to comment.