changed padding

This commit is contained in:
Mamalizz
2025-04-08 23:28:32 +03:30
parent 00169df9d3
commit 226d55ed7f
+1 -1
View File
@@ -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",