Skip to content

Commit

Permalink
fix(frontend): inherit border-radius
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel committed Dec 14, 2020
1 parent 5705615 commit a4c2fb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $font-size: $font-size-m;
display: flex;
flex-grow: 1;
margin: 0;
min-width: 160px;
min-width: 150px;

svg {
height: 90%;
Expand Down Expand Up @@ -91,7 +91,7 @@ $font-size: $font-size-m;
appearance: none;
background: none;
border: 1px solid #d6d6e7;
border-radius: 3px;
border-radius: inherit;
box-shadow: rgba(119, 122, 175, 0.3) 0 1px 4px 0 inset;
caret-color: #5a5e9a;
color: $color-text;
Expand Down

0 comments on commit a4c2fb8

Please sign in to comment.