From 226d55ed7f9bf9d085010ce10a1977efc79bdd2f Mon Sep 17 00:00:00 2001 From: Mamalizz Date: Tue, 8 Apr 2025 23:28:32 +0330 Subject: [PATCH] changed padding --- frontend/components/global/Input.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/global/Input.vue b/frontend/components/global/Input.vue index c766fc7..9517ba4 100644 --- a/frontend/components/global/Input.vue +++ b/frontend/components/global/Input.vue @@ -34,7 +34,7 @@ const value = computed({ const classes = computed(() => { return [ - "flex items-center text-black justify-between cursor-text transition-all border-[1.5px] gap-3 typo-label-md px-4 py-2.5 lg:py-3.5 selection:bg-slate-100 rounded-100", + "flex items-center text-black justify-between cursor-text transition-all border-[1.5px] gap-3 typo-label-md px-4 py-2.5 lg:py-3.5 selection:bg-slate-100 rounded-md lg:rounded-100", { "input-solid": variant.value === "solid", "input-outlined": variant.value === "outlined",