File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/pwa/src/components/DurationInput Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ export function DurationInput({
9292 onFocus = { handleMinutesSelect }
9393 onSelect = { handleMinutesSelect }
9494 data-testid = { dataTestId && `${ dataTestId } -minutes` }
95- className = "text-black text-center outline-none w-24"
95+ className = "text-black text-center outline-none w-24 bg-transparent "
9696 ref = { minutesRef }
9797 readOnly = { readOnly }
9898 size = { 2 }
@@ -110,7 +110,7 @@ export function DurationInput({
110110 onFocus = { handleSecondsSelect }
111111 onSelect = { handleSecondsSelect }
112112 data-testid = { dataTestId && `${ dataTestId } -seconds` }
113- className = "text-black text-center outline-none w-24"
113+ className = "text-black text-center outline-none w-24 bg-transparent "
114114 ref = { secondsRef }
115115 readOnly = { readOnly }
116116 size = { 2 }
You can’t perform that action at this time.
0 commit comments