Skip to content

Commit

Permalink
Add banned user icon color properties
Browse files Browse the repository at this point in the history
Add new css properties for setting the background color used in the
banned users icon.
  • Loading branch information
lyyder committed Jun 27, 2018
1 parent 06e869f commit 33625ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/IconBannedUser/IconBannedUser.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@import '../../marketplace.css';

.backgroundLight {
stop-color: var(--marketplaceColorLight);
stop-color: var(--bannedColorLight);
}

.backgroundDark {
stop-color: var(--marketplaceColor);
stop-color: var(--bannedColorDark);
}

.foregroundFill {
Expand Down
2 changes: 2 additions & 0 deletions src/marketplace.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
--successColorDark: #239954;
--failColor: #ff0000;
--attentionColor: #ffaa00;
--bannedColorLight: var(--marketplaceColorLight);
--bannedColorDark: var(--marketplaceColor);

--matterColorDark: #000000;
--matterColor: #4a4a4a;
Expand Down

0 comments on commit 33625ea

Please sign in to comment.