Skip to content

Commit eee9005

Browse files
committed
fix: remove redundant !important
1 parent 54ff690 commit eee9005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const barInfoStyle = {
2424
background: '#007fd4',
2525
color: '#fff',
2626
'.ms-MessageBar-dismissal .ms-Icon': {
27-
color: '#fff !important',
27+
color: '#fff',
2828
},
2929
},
3030
text: {

0 commit comments

Comments
 (0)