From 5e093d8131d7a8a2d709014c9342e1aa7fca5db5 Mon Sep 17 00:00:00 2001 From: Eric Lau Date: Tue, 7 Jan 2025 15:01:41 -0500 Subject: [PATCH] Apply style to datetime-local --- packages/ui/src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/styles/global.css b/packages/ui/src/styles/global.css index 4f1336cd..3ccefb12 100644 --- a/packages/ui/src/styles/global.css +++ b/packages/ui/src/styles/global.css @@ -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;