Skip to content

Commit 3531644

Browse files
chore: impore theme red by default with btn
1 parent 7175fa6 commit 3531644

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

@codexteam/ui/src/vue/components/button/Button.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<script setup lang="ts">
2525
import { computed, defineProps, useSlots } from 'vue';
2626
import Icon from '../icon/Icon.vue';
27+
import '../../../styles/themes/red.pcss';
2728
2829
const props = withDefaults(
2930
defineProps<{

0 commit comments

Comments
 (0)