Skip to content

Commit

Permalink
fix(module: notice-bar): fix notice-bar-card color (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisherspy committed Feb 14, 2019
1 parent ec748c3 commit 53f5b45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/notice-bar/style/notice-bar.less
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import '../../style/themes/default';
.notice-bar-card {
top: 0;
left: 0;
Expand Down Expand Up @@ -47,7 +48,7 @@
left: 0;
right: 0;
z-index: 899;
color: #ff8533;
color: @notice-bar-color;
overflow-x: auto;
touch-action: none;

Expand Down

0 comments on commit 53f5b45

Please sign in to comment.