CR: use a parameter instead of cardcoded value

This commit is contained in:
Gala
2022-09-20 13:30:09 +02:00
parent bd0ea45f35
commit 16ccbd9e48
@@ -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',