Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit a8c38f3

Browse files
committed
Add banned user icon color variables
Add new css variables for setting the background color used in the banned users icon.
1 parent 06e869f commit a8c38f3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/components/IconBannedUser/IconBannedUser.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
@import '../../marketplace.css';
22

33
.backgroundLight {
4-
stop-color: var(--marketplaceColorLight);
4+
stop-color: var(--bannedColorLight);
55
}
66

77
.backgroundDark {
8-
stop-color: var(--marketplaceColor);
8+
stop-color: var(--bannedColorDark);
99
}
1010

1111
.foregroundFill {

src/marketplace.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@
5353
--successColorDark: #239954;
5454
--failColor: #ff0000;
5555
--attentionColor: #ffaa00;
56+
--bannedColorLight: var(--marketplaceColorLight);
57+
--bannedColorDark: var(--marketplaceColor);
5658

5759
--matterColorDark: #000000;
5860
--matterColor: #4a4a4a;

0 commit comments

Comments
 (0)