Commit 3c3bfebe authored by 杨奕's avatar 杨奕 Committed by GitHub

Merge pull request #109 from QingWei-Li/fix/update-timepicker

TimePicker: update icon size
parents 495e24a8 d94556ad
...@@ -47,12 +47,12 @@ ...@@ -47,12 +47,12 @@
cursor: pointer; cursor: pointer;
position: absolute; position: absolute;
display: inline-block; display: inline-block;
width: 13px; width: 16px;
right: 10px; right: 10px;
top: 0; top: 0;
bottom: 0; bottom: 0;
color: var(--datepicker-trigger-color); color: var(--datepicker-trigger-color);
font-size: 13px; font-size: 16px;
line-height: 38px; line-height: 38px;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment