summaryrefslogtreecommitdiffstats
path: root/ui/src/components.css
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/components.css')
-rw-r--r--ui/src/components.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/src/components.css b/ui/src/components.css
index be046ea..d8d909d 100644
--- a/ui/src/components.css
+++ b/ui/src/components.css
@@ -42,6 +42,10 @@
.btn-gray {
@apply bg-gray-600 text-white hover:bg-gray-700 focus:ring-gray-500;
}
+
+ .btn-red {
+ @apply bg-red-600 text-white hover:bg-red-700 focus:ring-red-500;
+ }
}
/* Console styling */