allow light mode

This commit is contained in:
vr10t 2023-03-11 17:55:25 +00:00
parent e46cbadc51
commit 39a64c8939

View File

@ -17,7 +17,10 @@ export default {
<style> <style>
.toast { .toast {
@apply bg-dark-900/80 text-white flex flex-col justify-center fixed top-12 right-12 p-4 min-w-max shadow rounded duration-200 z-9999; @apply bg-white/80 text-black flex flex-col justify-center fixed top-12 right-12 p-4 min-w-max shadow rounded duration-200 z-9999;
}
.dark .toast {
@apply bg-dark-900/80 text-white;
} }
.toast button { .toast button {
@apply underline; @apply underline;