1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 10:51:21 +02:00

feat(admin-plugin): update buttons styles #211

This commit is contained in:
Awilum
2020-02-02 16:15:18 +03:00
parent d1c36f7a7a
commit 7e3a06109d

View File

@@ -10,7 +10,7 @@
.button
{
@apply px-4 py-2 border-1 border-solid border-dark text-white inline-block w-auto bg-dark;
@apply px-4 py-2 border border-solid border-dark text-white inline-block w-auto bg-dark;
}
.button--white