Skip to content

Commit da582c0

Browse files
committed
Add appearance none.
1 parent f929039 commit da582c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Time.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const Time: React.FC = () => {
4343
const selectClassname = cn(
4444
"!bg-[length:0.75rem_0.75rem]",
4545
"bg-[right_0.5rem_center]",
46-
"!bg-no-repeat !bg-transparent !text-sm !text-center !outline-none !focus:outline-none",
46+
"!bg-no-repeat !appearance-none !bg-transparent !text-sm !text-center !outline-none !focus:outline-none",
4747
"!pl-2 !pr-6 !py-1 rounded-[8px] !w-fit",
4848
"!border border-gray-300 focus:border-none",
4949
`${ringFocusColor}`

0 commit comments

Comments
 (0)