mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 02:43:33 +00:00
Add border radius for all dropdown items (#22)
This commit is contained in:
parent
2845476d83
commit
9dcc42ff28
6 changed files with 30 additions and 12 deletions
|
|
@ -7,6 +7,7 @@ export const HoverCard = ({ children, ...props }: HoverCardProps) => {
|
|||
dropdown: {
|
||||
background: 'var(--dropdown-menu-bg)',
|
||||
border: 'none',
|
||||
borderRadius: 'var(--dropdown-menu-border-radius)',
|
||||
boxShadow: '2px 2px 10px 2px rgba(0, 0, 0, 40%)',
|
||||
margin: 0,
|
||||
padding: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue