Skip to content

Commit

Permalink
cursors to labels (remove later)
Browse files Browse the repository at this point in the history
  • Loading branch information
z0ccc committed Dec 25, 2022
1 parent 90fa539 commit 481b575
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Popup/Pages/LocationPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const LocationPage = ({ tab }: LocationPageProps) => {
mb: '8px',
}}
>
<Label>
<Label sx={{ cursor: 'pointer' }}>
<Radio
name="locationType"
value="default"
Expand All @@ -170,7 +170,7 @@ const LocationPage = ({ tab }: LocationPageProps) => {
/>
Default
</Label>
<Label>
<Label sx={{ cursor: 'pointer' }}>
<Radio
name="locationType"
value="matchIp"
Expand All @@ -179,7 +179,7 @@ const LocationPage = ({ tab }: LocationPageProps) => {
/>
Match IP
</Label>
<Label>
<Label sx={{ cursor: 'pointer' }}>
<Radio
name="locationType"
value="custom"
Expand Down

0 comments on commit 481b575

Please sign in to comment.