Design improvements (#645)
* Redesign checkbox components * Fix spacing issue * Fix cell hover color in dark mode * Revert column order change because of commit conflict
This commit is contained in:
@@ -20,7 +20,7 @@ export const EditableCellNormalModeOuterContainer = styled.div<Props>`
|
||||
props.softFocus
|
||||
? `background: ${props.theme.background.transparent.secondary};
|
||||
border-radius: ${props.theme.border.radius.md};
|
||||
box-shadow: inset 0 0 0 1px ${props.theme.grayScale.gray30};`
|
||||
box-shadow: inset 0 0 0 1px ${props.theme.font.color.extraLight};`
|
||||
: ''}
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user