Skip to content

Commit

Permalink
Apply style to datetime-local
Browse files Browse the repository at this point in the history
  • Loading branch information
ericglau committed Jan 7, 2025
1 parent 17645fd commit 5e093d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ svg.icon {
fill: currentColor;
}

input:not([type]), input[type="text"], input[type="number"] {
input:not([type]), input[type="text"], input[type="number"], input[type="datetime-local"] {
border: 1px solid var(--gray-3);
padding: var(--size-2) var(--size-3);
border-radius: 6px;
Expand Down

0 comments on commit 5e093d8

Please sign in to comment.