@@ -36,7 +36,7 @@ const EditTimer = ({ initTime, onOverrideTime, onCancel: onConfirmCancel }: Prop
3636 max = { 100 }
3737 className = { clsx (
3838 "w-4 appearance-none rounded-md text-center text-lg" ,
39- "placeholder:text-field-placeholder border border-field-border bg-field" ,
39+ "border border-field-border bg-field placeholder:text-field-placeholder " ,
4040 "focus:outline-none focus:ring-2 focus:ring-primary-focus" ,
4141 initTime > 0 ? "text-yellow-500" : "text-gray-700 dark:text-gray-500"
4242 ) }
@@ -73,7 +73,7 @@ const EditTimer = ({ initTime, onOverrideTime, onCancel: onConfirmCancel }: Prop
7373 max = { 59 }
7474 className = { clsx (
7575 "w-6 appearance-none rounded-md text-center text-lg" ,
76- "placeholder:text-field-placeholder border border-field-border bg-field" ,
76+ "border border-field-border bg-field placeholder:text-field-placeholder " ,
7777 "focus:outline-none focus:ring-2 focus:ring-primary-focus" ,
7878 initTime > 0 ? "text-yellow-500" : "text-gray-700 dark:text-gray-500"
7979 ) }
@@ -105,7 +105,7 @@ const EditTimer = ({ initTime, onOverrideTime, onCancel: onConfirmCancel }: Prop
105105 max = { 59 }
106106 className = { clsx (
107107 "w-6 appearance-none rounded-md text-center text-lg" ,
108- "placeholder:text-field-placeholder border border-field-border bg-field" ,
108+ "border border-field-border bg-field placeholder:text-field-placeholder " ,
109109 "focus:outline-none focus:ring-2 focus:ring-primary-focus" ,
110110 initTime > 0 ? "text-yellow-500" : "text-gray-700 dark:text-gray-500"
111111 ) }
0 commit comments