Remove outline from input
All checks were successful
Test, Build, Deploy / Test, Build, and Deploy (push) Successful in 1m1s
Test, Build, Deploy / Create Sentry Release (push) Successful in 6s

This commit is contained in:
2026-04-14 03:16:16 -04:00
parent 42275fcb0f
commit 6ad4fa0514

View File

@@ -311,7 +311,10 @@ export default function () {
"::file-selector-button": {
border: "none",
outline: "none",
...useMultiStyleConfig("Button", { colorScheme: "blue" }),
...useMultiStyleConfig("Button", {
colorScheme: "blue",
variant: "unstyled",
}),
},
}}
type="file"