fix :: Line height dropdown (#6058)

* fix :: line height dropdown

* added default padding

* revert change
This commit is contained in:
Kiran Ashok 2023-04-19 16:58:11 +05:30 committed by GitHub
parent 63cf891fc5
commit cafbc8dc8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,6 +130,7 @@ export const DropDown = function DropDown({
input: (provided, _state) => ({
...provided,
color: darkMode ? 'white' : 'black',
margin: '0px',
}),
indicatorSeparator: (_state) => ({
display: 'none',