diff --git a/src/styles/globals.css b/src/styles/globals.css index 012c8b9..a0fde94 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -8,8 +8,12 @@ --color-primary: #02030f; } -.twui-button-general:not(.twui-breadcrumbs-back-button) { - @apply rounded-none bg-white text-black; +.twui-button-general { + @apply rounded-none; +} + +.twui-button-primary { + @apply bg-white text-black; } .twui-button-general:hover {