diff --git a/app/main.css b/app/main.css index d5306936..4082c67a 100644 --- a/app/main.css +++ b/app/main.css @@ -71,7 +71,8 @@ body { .checkbox > label::before { /* @apply bg-grey-10; */ - @apply border; + border-width: 1px; + @apply rounded-sm; content: ''; @@ -313,7 +314,8 @@ select { @screen md { .main > section { - @apply border; + border-width: 1px; + @apply border-grey-80; } } diff --git a/app/ui/account.js b/app/ui/account.js index 7d200049..3ceaf536 100644 --- a/app/ui/account.js +++ b/app/ui/account.js @@ -89,7 +89,7 @@ class Account extends Component { />