Skip to content

Commit 6e7dd39

Browse files
committed
Fixed roles being white
1 parent 900b930 commit 6e7dd39

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/theme/_vars.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:root {
22
// Frosted Glass variables
3-
--version: 'Frosted Glass 2.0.16';
3+
--version: 'Frosted Glass 2.0.17';
44

55
--TB-top: calc(var(--server-container) + var(--window-padding));
66
--TB-tr-roundness: var(--window-roundness);

src/theme/popouts/_userpopout.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
.body-3iLsc4 {
8080
background: transparent;
8181
}
82-
.roles-3zC7MX {
82+
.roles-3vQPxb {
8383
gap: 4px;
8484
}
8585
.roleRemoveButton-17oXnT {
@@ -91,7 +91,6 @@
9191
}
9292
.role-2TIOKu {
9393
margin: 0;
94-
background: var(--white);
9594
position: relative;
9695
border-radius: 10px;
9796
overflow: hidden;

0 commit comments

Comments
 (0)