remove weird button focus border

This commit is contained in:
tjs 2022-07-29 13:58:59 -04:00
parent 0249efba5c
commit fdbe2b430e
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ body {
}
button {
@apply tracking-wide text-th-fgd-1 duration-500 ease-out hover:transition-all focus:outline-none;
@apply tracking-wide text-th-fgd-1 focus:outline-none;
}
svg {