Add npm packages app settings list (#19324)
solves https://discord.com/channels/1130383047699738754/1488499318762635344
This commit is contained in:
@@ -5,7 +5,7 @@ import { themeCssVariables } from '@ui/theme-constants';
|
||||
const StyledContainer = styled.div`
|
||||
border-radius: ${themeCssVariables.border.radius.sm};
|
||||
border: 1px solid ${themeCssVariables.border.color.medium};
|
||||
background: ${themeCssVariables.background.transparent.secondary};
|
||||
background: ${themeCssVariables.background.secondary};
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: ${themeCssVariables.spacing[3]};
|
||||
|
||||
Reference in New Issue
Block a user