File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export default function CheckToggle({
2323 className = "sr-only peer"
2424 />
2525 < div className = "relative w-11 h-6 bg-gray-200 rounded-full peer peer-focus:ring-4 peer-focus:ring-blue-300 dark:peer-focus:ring-blue-800 dark:bg-gray-700 peer-checked:after:translate-x-full rtl:peer-checked:after:-translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-0.5 after:start-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all dark:border-gray-600 peer-checked:bg-blue-600" > </ div >
26- < span className = { "ms-3 text-sm font-medium" + textColour } > { text } </ span >
26+ < span className = { "ms-3 text-sm font-medium " + textColour } > { text } </ span >
2727 </ label >
2828 </ div >
2929 ) ;
You can’t perform that action at this time.
0 commit comments