Skip to content

Commit

Permalink
Merge pull request #109 from Webtrekk/PLATFORM-5044
Browse files Browse the repository at this point in the history
PLATFORM-5044: fix base font size in select
  • Loading branch information
manojkrishna1991 authored Jul 14, 2023
2 parents 0a7e13a + 59d08c0 commit f3901fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/select/select.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
.select-component {
color: @gray-darkest;
position: relative;
font-size: @font-size-mid;
font-size: @base-font-size;
font-family: @font-family;

* {
Expand Down

0 comments on commit f3901fe

Please sign in to comment.