From e18a726e69695201ccfac20c39fb44c43fd20753 Mon Sep 17 00:00:00 2001 From: Ariq Pradipa Santoso Date: Wed, 26 Mar 2025 10:59:36 +0700 Subject: [PATCH] fix(input-text): increase vertical padding for improved layout --- src/ui/c-input-text/c-input-text.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/c-input-text/c-input-text.vue b/src/ui/c-input-text/c-input-text.vue index b5f423d2..e38521e7 100644 --- a/src/ui/c-input-text/c-input-text.vue +++ b/src/ui/c-input-text/c-input-text.vue @@ -286,7 +286,7 @@ defineExpose({ flex: 1 1 0; min-width: 0; - padding: 8px 0; + padding: 16px 0; outline: none; background-color: transparent; background-image: none;