mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 15:13:21 +00:00
ReactSelect: Add subtle box-shadow around menu
This commit is contained in:
parent
933f646a5a
commit
fe8012279a
@ -46,12 +46,7 @@ const getSelectStyles = (theme, error) => {
|
||||
marginTop: theme.spaces[1],
|
||||
backgroundColor: theme.colors.neutral0,
|
||||
color: theme.colors.neutral800,
|
||||
borderRadius: '4px !important',
|
||||
borderTopLeftRadius: '4px !important',
|
||||
borderTopRightRadius: '4px !important',
|
||||
border: `1px solid ${theme.colors.neutral200} !important`,
|
||||
boxShadow: 0,
|
||||
fontSize: '14px',
|
||||
boxShadow: theme.shadows.tableShadow,
|
||||
zIndex: 2,
|
||||
};
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user