mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +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) => ({
|
input: (provided, _state) => ({
|
||||||
...provided,
|
...provided,
|
||||||
color: darkMode ? 'white' : 'black',
|
color: darkMode ? 'white' : 'black',
|
||||||
|
margin: '0px',
|
||||||
}),
|
}),
|
||||||
indicatorSeparator: (_state) => ({
|
indicatorSeparator: (_state) => ({
|
||||||
display: 'none',
|
display: 'none',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue