Skip to content

Commit 6279ba2

Browse files
Nathan ReyesNathan Reyes
authored andcommitted
Fix time picker styling
1 parent 8f0d080 commit 6279ba2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/components/TimePicker.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ export default {
195195
padding: 8px;
196196
&.vc-invalid {
197197
pointer-events: none;
198-
opacity: 50%;
198+
opacity: 0.5;
199199
}
200200
&:not(:first-child) {
201201
border-top: 1px solid var(--gray-400);
@@ -256,6 +256,7 @@ export default {
256256
font-size: var(--text-sm);
257257
font-weight: var(--font-medium);
258258
padding: 0 4px;
259+
background: transparent;
259260
border: 2px solid transparent;
260261
border-radius: var(--rounded);
261262
line-height: var(--leading-snug);

src/components/TimeSelect.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export default {
3636
appearance: none;
3737
width: 52px;
3838
height: 30px;
39+
font-size: var(--text-base);
3940
font-weight: var(--font-medium);
4041
text-align: left;
4142
background-color: var(--gray-200);

0 commit comments

Comments
 (0)