Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit abf0a67

Browse files
fix: removed focused boxShadow
1 parent cd03630 commit abf0a67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/renderer/components/BackButton/BackButton.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ export default function BackButton() {
1414
fontSize="12px"
1515
icon={<ChevronLeftIcon />}
1616
aria-label="go back"
17+
_focus={{
18+
boxShadow: 'none',
19+
}}
1720
/>
1821
);
1922
}

0 commit comments

Comments
 (0)