Skip to content

Commit

Permalink
Merge pull request #1414 from Anand-Royy/radio
Browse files Browse the repository at this point in the history
Add a new uptime monitor > Radio buttons: unselected radio buttons are hard to see #1404 #1412
  • Loading branch information
ajhollid authored Dec 18, 2024
2 parents 6a1ebbc + dd55279 commit e5a7860
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Client/src/Components/Inputs/Radio/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ const Radio = (props) => {
width: 16,
height: 16,
boxShadow: `inset 0 0 0 1px ${theme.palette.secondary.main}`,
"&:not(.Mui-checked)": {
boxShadow: `inset 0 0 0 1px ${theme.palette.text.primary}70`, // Use theme text color for the outline
},
mt: theme.spacing(0.5),
}}
/>
Expand Down

0 comments on commit e5a7860

Please sign in to comment.