From accf69046c1a3447f550158204cb71b979a5863c Mon Sep 17 00:00:00 2001 From: Rajeev R Sharma Date: Fri, 30 May 2025 18:57:28 +0530 Subject: [PATCH] docs(input): update button group example (#4252) --- .../content/examples/input/InputButtonGroupExample.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app/components/content/examples/input/InputButtonGroupExample.vue b/docs/app/components/content/examples/input/InputButtonGroupExample.vue index 33ae8655..3c58d3d5 100644 --- a/docs/app/components/content/examples/input/InputButtonGroupExample.vue +++ b/docs/app/components/content/examples/input/InputButtonGroupExample.vue @@ -10,7 +10,7 @@ const domain = ref(domains[0]) v-model="value" placeholder="nuxt" :ui="{ - base: 'pl-[57px]', + base: 'pl-14.5', leading: 'pointer-events-none' }" >