Skip to content

Commit 90974b5

Browse files
authored
fix(table): use mini size for state cell (#486)
1 parent 7fa79da commit 90974b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/components/STableCellState.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ defineProps<{
1111
<div class="STableCellState" :class="[mode ?? 'neutral']">
1212
<SState
1313
v-if="value"
14+
size="mini"
1415
:mode="mode"
1516
:label="value"
1617
/>

0 commit comments

Comments
 (0)