Skip to content

Commit e680560

Browse files
committed
chore(frontend/toast): Use more saturated colors in dark-mode
1 parent 92fc323 commit e680560

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

frontend/src/services/toast.module.sass

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@
4949

5050
.container-debug
5151
@extend .container
52-
--border-color: var(--colors-secondary-300)
53-
@include timer(var(--colors-secondary-500), var(--colors-secondary-300))
52+
--border-color: var(--colors-secondary-400)
53+
@include timer(var(--colors-secondary-500), var(--colors-secondary-400))
5454

5555
.container-info
5656
@extend .container
5757
--icon-color: inherit
58-
@include timer(var(--colors-primary-500), var(--colors-primary-300))
58+
@include timer(var(--colors-primary-500), var(--colors-primary-400))
5959

6060
.container-success
6161
@extend .container
@@ -69,5 +69,5 @@
6969

7070
.container-error
7171
@extend .container
72-
--border-color: var(--colors-error-300)
73-
@include timer(var(--colors-error-500), var(--colors-error-300))
72+
--border-color: var(--colors-error-400)
73+
@include timer(var(--colors-error-500), var(--colors-error-400))

0 commit comments

Comments
 (0)