Skip to content

Commit

Permalink
fix: correct indicator container border radius to "large" (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
josokinas authored Jan 26, 2021
1 parent 40435ed commit a2a04cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

.ods-input-indicator {
border: 1px solid transparent;
border-radius: helpers.border-radius('medium');
border-radius: helpers.border-radius('large');
bottom: 0;
left: 0;
padding: $padding;
Expand Down

0 comments on commit a2a04cc

Please sign in to comment.