From 492198fb6169e5ac0e85c6eb085a37e479c44dad Mon Sep 17 00:00:00 2001 From: Pouya Saadeghi Date: Tue, 1 Nov 2022 16:31:47 +0300 Subject: [PATCH] fix: #1245 --- src/components/unstyled/input.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/unstyled/input.css b/src/components/unstyled/input.css index 98163b1fb88..5613e760bca 100644 --- a/src/components/unstyled/input.css +++ b/src/components/unstyled/input.css @@ -8,7 +8,8 @@ @apply isolate; } > *, - > .input { + > .input, + > .select { @apply rounded-none; } &-md {