diff --git a/assets/css/components/button.pcss b/assets/css/components/button.pcss index 33e1b668..f12fbdc2 100644 --- a/assets/css/components/button.pcss +++ b/assets/css/components/button.pcss @@ -1,5 +1,6 @@ .button { - @apply bg-blue-600 border-blue-600 border inline-block text-white no-underline py-2 px-3 rounded text-sm; + @apply py-2 px-3 inline-block border border-blue-600; + @apply text-sm text-white no-underline bg-blue-600 rounded; &:focus { @apply py-2 px-3 m-0