fix: base component focus color in form (#5760)
This commit is contained in:
@@ -30,3 +30,8 @@ const modelValue = useVModel(props, 'modelValue', emits, {
|
||||
"
|
||||
/>
|
||||
</template>
|
||||
<style lang="scss" scoped>
|
||||
input {
|
||||
--ring: var(--primary);
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user