(fix:ui) minor color perfections

This commit is contained in:
ManishMadan2882
2025-03-01 20:15:10 +05:30
parent f66ef05f2a
commit 63ba005f4d
4 changed files with 11 additions and 11 deletions

View File

@@ -69,7 +69,7 @@ const ToggleSwitch: React.FC<ToggleSwitchProps> = ({
}`}
></div>
<div
className={`absolute ${toggle} flex items-center justify-center rounded-full transition bg-white ${
className={`absolute ${toggle} flex items-center justify-center rounded-full transition bg-white opacity-80 ${
checked ? `${translate} bg-silver` : ''
}`}
></div>