Skip to content

Commit ab1dd49

Browse files
committed
fix
1 parent 53adea7 commit ab1dd49

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build/system24.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -507,11 +507,11 @@ body {
507507
right: -4px;
508508
border: 2px solid var(--background-base-lower);
509509
}
510-
.wrapper__44b0c:has(rect[fill='#40a258'])::after,
511-
.container__1ce5d:has(.status_a423bd[style='background-color: rgb(64, 162, 88);'])::after {
510+
.wrapper__44b0c:has(rect[fill='#43a25a'])::after,
511+
.container__1ce5d:has(.status_a423bd[style='background-color: rgb(67, 162, 90);'])::after {
512512
background: var(--online-2) !important;
513513
}
514-
.wrapper__44b0c:has(rect[fill='#d83a41'])::after {
514+
.wrapper__44b0c:has(rect[fill='#d83a42'])::after {
515515
background: var(--dnd-2) !important;
516516
}
517517
.wrapper__44b0c:has(rect[fill='#cc954c'])::after {

src/unrounding.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
right: -4px;
4646
border: 2px solid var(--background-base-lower);
4747
}
48-
.wrapper__44b0c:has(rect[fill='#40a258'])::after,
49-
.container__1ce5d:has(.status_a423bd[style='background-color: rgb(64, 162, 88);'])::after {
48+
.wrapper__44b0c:has(rect[fill='#43a25a'])::after,
49+
.container__1ce5d:has(.status_a423bd[style='background-color: rgb(67, 162, 90);'])::after {
5050
background: var(--online-2) !important;
5151
}
52-
.wrapper__44b0c:has(rect[fill='#d83a41'])::after {
52+
.wrapper__44b0c:has(rect[fill='#d83a42'])::after {
5353
background: var(--dnd-2) !important;
5454
}
5555
.wrapper__44b0c:has(rect[fill='#cc954c'])::after {

0 commit comments

Comments
 (0)