From d5fabf79af9e4ac96d1ba8ba93e4cf909700e9a0 Mon Sep 17 00:00:00 2001 From: Claas Date: Sun, 28 Jun 2026 17:40:57 +0000 Subject: [PATCH] Fix text button --- client/src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/index.css b/client/src/index.css index a5beaa5..14c2952 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -33,7 +33,7 @@ when we have perfectly fine CSS solutions to deal with the same problem. } } &[data-variant="text"] { - @apply text-primary block; + @apply text-primary block text-center; } &[data-variant="outlined"] { @apply border-outline-variant text-on-surface-variant rounded-full border; -- 2.51.2