refactor!: rename Command Menu page/navigation layer to Side Panel (#18393)
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
import { styled } from '@linaria/react';
|
||||
import { themeCssVariables } from 'twenty-ui/theme-constants';
|
||||
|
||||
const StyledSidePanelContextChipIconWrapper = styled.div`
|
||||
align-items: center;
|
||||
background: ${themeCssVariables.background.primary};
|
||||
border-radius: ${themeCssVariables.border.radius.sm};
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
`;
|
||||
|
||||
export const SidePanelContextChipIconWrapper =
|
||||
StyledSidePanelContextChipIconWrapper;
|
||||
Reference in New Issue
Block a user