Actually hide border this time
All checks were successful
Test, Build, Deploy / Test, Build, and Deploy (push) Successful in 1m0s
Test, Build, Deploy / Create Sentry Release (push) Successful in 6s

This commit is contained in:
2026-04-14 03:21:11 -04:00
parent 6ad4fa0514
commit f0c4e178aa

View File

@@ -306,6 +306,7 @@ export default function () {
<FormControl isRequired>
<FormLabel>Your Evidence (Max size per file: 512MB)</FormLabel>
<Input
border="none"
id="evidence"
sx={{
"::file-selector-button": {
@@ -313,7 +314,6 @@ export default function () {
outline: "none",
...useMultiStyleConfig("Button", {
colorScheme: "blue",
variant: "unstyled",
}),
},
}}