Skip to content

Commit

Permalink
feat: redesign focus status icon
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish committed Dec 2, 2023
1 parent 65171ab commit 89b3456
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions components/ui/components/common/Masks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,18 @@ export function Masks() {
<mask id="accessible-status-focus">
<circle cx="27" cy="27" r="5" fill="white" />
<line
x1="24"
y1="27"
x2="30"
y2="27"
x1="25.5"
y1="24"
x2="25.5"
y2="30"
stroke="black"
stroke-width={2}
/>
<line
x1="28.5"
y1="24"
x2="28.5"
y2="30"
stroke="black"
stroke-width={2}
/>
Expand Down

0 comments on commit 89b3456

Please sign in to comment.