Merge pull request #1414 from Anand-Royy/radio

Add a new uptime monitor > Radio buttons: unselected radio buttons are hard to see #1404 #1412
This commit is contained in:
Alexander Holliday
2024-12-18 10:23:10 -08:00
committed by GitHub

View File

@@ -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),
}}
/>