mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-21 16:08:35 +00:00
fix :: Line height dropdown (#6058)
* fix :: line height dropdown * added default padding * revert change
This commit is contained in:
parent
63cf891fc5
commit
cafbc8dc8b
1 changed files with 1 additions and 0 deletions
|
|
@ -130,6 +130,7 @@ export const DropDown = function DropDown({
|
|||
input: (provided, _state) => ({
|
||||
...provided,
|
||||
color: darkMode ? 'white' : 'black',
|
||||
margin: '0px',
|
||||
}),
|
||||
indicatorSeparator: (_state) => ({
|
||||
display: 'none',
|
||||
|
|
|
|||
Loading…
Reference in a new issue