fix: ring around bitLink in web vault (#4274)

This commit is contained in:
Andreas Coroiu 2022-12-20 12:44:29 +01:00 committed by GitHub
parent 32ec5bdba1
commit 87f2908e3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ const commonStyles = [
"before:-tw-inset-x-[0.1em]",
"before:tw-rounded-md",
"before:tw-transition",
"before:tw-ring-2",
"focus-visible:before:tw-ring-2",
"focus-visible:before:tw-ring-text-contrast",
"focus-visible:tw-z-10",
];