Web: Components: Theme: Fixed line height for ComboBox component

This commit is contained in:
Ilya Oleshko 2021-06-18 09:57:02 +03:00
parent b088c925d6
commit b7ce849e32
2 changed files with 2 additions and 2 deletions

View File

@ -1399,7 +1399,7 @@ const Base = {
maxWidth: "175px",
lineHeightWithoutBorder: "15px",
lineHeightWithoutBorder: "16px",
lineHeightTextDecoration: "underline dashed transparent",
},

View File

@ -1187,7 +1187,7 @@ const Dark = {
maxWidth: "175px",
lineHeightWithoutBorder: "15px",
lineHeightWithoutBorder: "16px",
lineHeightTextDecoration: "underline dashed transparent",
},