Skip to content

Commit e0b4bf5

Browse files
committed
frontend: NodeDetails: adjust styles to use new theme tokens
Signed-off-by: Oleksandr Dubenko <[email protected]>
1 parent a13bf32 commit e0b4bf5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/components/node/Details.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,9 @@ function ChartsSection(props: ChartsSectionProps) {
305305
>
306306
<Grid item xs={4}>
307307
<Paper
308+
variant="outlined"
308309
sx={theme => ({
309-
background: theme.palette.squareButton.background,
310+
background: theme.palette.background.muted,
310311
padding: theme.spacing(2),
311312
height: '100%',
312313
maxWidth: '300px',

0 commit comments

Comments
 (0)