Reverting left-alignment of toasts

This commit is contained in:
Alvaro
2022-09-26 18:09:50 -06:00
committed by GitHub
parent b90aee22d1
commit 5baf3a7feb
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -16,6 +16,9 @@
user-select: none;
overflow: hidden;
z-index: $z-index-toast;
bottom: 62px;
left: 50%;
transform: translate(-50%, 0);
@include light-theme {
background-color: $color-gray-80;