Skip to content

Commit 82a4e5f

Browse files
authored
feat: fix info banner style (#502)
* feat: fix info banner style * fix: remove redundant !important
1 parent e834067 commit 82a4e5f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

web/src/components/layout/AnnouncementBanner/AnnouncementBanner.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,15 @@ const barNoIconStyle = {
2020
}
2121

2222
const barInfoStyle = {
23+
root: {
24+
background: '#007fd4',
25+
color: '#fff',
26+
'.ms-MessageBar-dismissal .ms-Icon': {
27+
color: '#fff',
28+
},
29+
},
2330
text: {
31+
color: 'inherit',
2432
a: {
2533
color: 'inherit !important',
2634
},

0 commit comments

Comments
 (0)