We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f929039 commit da582c0Copy full SHA for da582c0
src/components/Time.tsx
@@ -43,7 +43,7 @@ const Time: React.FC = () => {
43
const selectClassname = cn(
44
"!bg-[length:0.75rem_0.75rem]",
45
"bg-[right_0.5rem_center]",
46
- "!bg-no-repeat !bg-transparent !text-sm !text-center !outline-none !focus:outline-none",
+ "!bg-no-repeat !appearance-none !bg-transparent !text-sm !text-center !outline-none !focus:outline-none",
47
"!pl-2 !pr-6 !py-1 rounded-[8px] !w-fit",
48
"!border border-gray-300 focus:border-none",
49
`${ringFocusColor}`
0 commit comments