Skip to content

Commit dc5aaf6

Browse files
committed
chore: fix sheet header color to match new style
1 parent 9208350 commit dc5aaf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/component-library/components/Sheet/SheetHeader/SheetHeader.styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const styleSheet = (params: { theme: Theme }) => {
2323
margin: 16,
2424
backgroundColor:
2525
themeAppearance === AppThemeKey.dark
26-
? colors.background.section
26+
? colors.background.alternative
2727
: colors.background.default,
2828
height: 32,
2929
},

0 commit comments

Comments
 (0)