Skip to content

Commit 2ef4a6b

Browse files
committed
fix(ui-modal): set inverseBackground to grey100100
INSTUI-4528
1 parent 7ca0743 commit 2ef4a6b

File tree

1 file changed

+1
-1
lines changed
  • packages/ui-modal/src/Modal/ModalHeader

1 file changed

+1
-1
lines changed

packages/ui-modal/src/Modal/ModalHeader/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const generateComponentTheme = (theme: Theme): ModalHeaderTheme => {
3939
padding: spacing?.medium,
4040
paddingCompact: spacing?.small,
4141

42-
inverseBackground: colors?.contrasts?.grey125125,
42+
inverseBackground: colors?.contrasts?.grey100100,
4343
inverseBorderColor: colors?.contrasts?.grey125125
4444
}
4545

0 commit comments

Comments
 (0)