Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
This commit is contained in:
@@ -34,4 +34,8 @@ const props = defineProps<Props>();
|
||||
button[role='combobox'][data-placeholder] {
|
||||
color: hsl(var(--muted-foreground));
|
||||
}
|
||||
|
||||
button {
|
||||
--ring: var(--primary);
|
||||
}
|
||||
</style>
|
||||
|
@@ -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