Skip to content

Commit

Permalink
fix: Make notification close button contrast for any theme #2241
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-mihok committed Jan 31, 2024
1 parent 3a9f4b7 commit 3d7130b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/notification_bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export const
iconContainer: { margin: 0, marginRight: 16, display: 'flex', alignItems: 'center' },
text: { margin: 0 },
innerText: { whiteSpace: important('initial') },
dismissal: { fontSize: 16, height: 'auto', marginLeft: 16, padding: 0, '.ms-Button-flexContainer': { display: 'block' } },
dismissal: { fontSize: 16, height: 'auto', marginLeft: 16, padding: 0, '.ms-Button-flexContainer': { display: 'block', '$nest': { '& svg': { fill: color } } } },
dismissSingleLine: { display: 'flex' },
actions: { margin: 0, marginTop: isMultiline ? 12 : undefined }
}}
Expand Down

0 comments on commit 3d7130b

Please sign in to comment.