diff --git a/src/components/global/FormBounty.tsx b/src/components/global/FormBounty.tsx index e6a0666..9f6713b 100644 --- a/src/components/global/FormBounty.tsx +++ b/src/components/global/FormBounty.tsx @@ -189,6 +189,14 @@ export default function FormBounty({ checked={isSoloBounty} onClick={() => setIsSoloBounty(!isSoloBounty)} inputProps={{ 'aria-label': 'controlled' }} + sx={{ + '& .MuiSwitch-thumb': { + color: isSoloBounty ? '#F15E5F' : 'default', + }, + '& .MuiSwitch-switchBase.Mui-checked + .MuiSwitch-track': { + backgroundColor: '#fff', + }, + }} />