CR: use a parameter instead of cardcoded value
This commit is contained in:
@@ -5,7 +5,7 @@ import { NymWordmark } from '@nymproject/react/logo/NymWordmark';
|
||||
export const AppWindowFrame: React.FC = ({ children }) => (
|
||||
<Box
|
||||
sx={{
|
||||
background: '#1D2125',
|
||||
background: (t) => t.palette.background.default,
|
||||
borderRadius: '12px',
|
||||
padding: '12px 16px',
|
||||
display: 'grid',
|
||||
|
||||
Reference in New Issue
Block a user