From 5b2de9d6e6c8e8bd29c22e4e2c9a47e0669ef3e4 Mon Sep 17 00:00:00 2001 From: Alejandro Akbal <37181533+AlejandroAkbal@users.noreply.github.com> Date: Sun, 19 Feb 2023 22:55:48 +0100 Subject: [PATCH] fix(toast): style correctly --- assets/css/main.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 0ba0c73e..76087b76 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -85,17 +85,17 @@ } .toasted-custom-theme { - @apply border-2 border-b-4 border-darkGray-100 border-b-accent-300 bg-darkGray-300 text-white sm:gap-2 sm:border-2; + @apply border-2 border-b-4 border-darkGray-100 border-b-accent-300 bg-darkGray-300 text-white sm:gap-2 sm:border-2 !important; @apply px-4 py-2 sm:rounded-lg !important; } -.toasted-custom-theme .error { - @apply border-red-500 !important; -} +/*.toasted-custom-theme.error {*/ +/* @apply border-red-500 !important;*/ +/*}*/ -.toasted-custom-action { - @apply focus-visible:focus-util m-0 rounded-full border-0 bg-darkGray-100 px-2 py-1 !important; +.toasted-custom-theme .action { + @apply text-center focus-visible:focus-util m-0 rounded-full border-0 bg-darkGray-100 px-2 py-1 !important; } /* #endregion */