feat: update styles

This commit is contained in:
Muhsin Keloth
2024-04-25 21:38:39 +05:30
parent 894c38ce63
commit 7de1fc6e4d
6 changed files with 12 additions and 8 deletions
@@ -26,6 +26,7 @@
'px-3 py-2 mb-0': spacing === 'compact',
'pl-9': icon,
}"
disabled
class="block w-full h-10 ltr:pl-3 ltr:pr-2 rtl:pl-2 rtl:pr-3 py-2.5 !border-none shadow-sm appearance-none reset-base rounded-xl outline outline-1 focus:outline-1 text-ash-900 placeholder:text-ash-200 sm:text-sm sm:leading-6"
@input="onInput"
@blur="$emit('blur')"
@@ -88,6 +89,10 @@ export default {
default: 'base',
validator: value => ['base', 'compact'].includes(value),
},
disabled: {
type: Boolean,
default: false,
},
},
methods: {
onInput(e) {