mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-23 22:12:24 +03:00
Fix shadow to light (#3359)
This commit is contained in:
parent
176e840728
commit
d1b2ac0a6e
@ -50,9 +50,7 @@ const StyledButton = styled.button<
|
|||||||
}};
|
}};
|
||||||
box-shadow: ${({ theme, applyShadow, focus }) =>
|
box-shadow: ${({ theme, applyShadow, focus }) =>
|
||||||
applyShadow
|
applyShadow
|
||||||
? `0px 2px 4px ${theme.background.transparent.light}, 0px 0px 4px ${
|
? theme.boxShadow.light
|
||||||
theme.background.transparent.medium
|
|
||||||
}${focus ? `,0 0 0 3px ${theme.color.blue10}` : ''}`
|
|
||||||
: focus
|
: focus
|
||||||
? `0 0 0 3px ${theme.color.blue10}`
|
? `0 0 0 3px ${theme.color.blue10}`
|
||||||
: 'none'};
|
: 'none'};
|
||||||
|
Loading…
Reference in New Issue
Block a user