Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/toasts.less')
-rw-r--r--src/toasts.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/toasts.less b/src/toasts.less
index 5ec0ef8..0bc61d6 100644
--- a/src/toasts.less
+++ b/src/toasts.less
@@ -13,15 +13,15 @@
}
&.toast-success {
- .toast-variant(@control-color-success);
+ .toast-variant(@success-color);
}
&.toast-warning {
- .toast-variant(@control-color-warning);
+ .toast-variant(@warning-color);
}
&.toast-error {
- .toast-variant(@control-color-error);
+ .toast-variant(@error-color);
}
a {