fix(ui): no gap in pills
This commit is contained in:
parent
832abf0e24
commit
6192d2c15f
|
@ -248,7 +248,7 @@ const current = computed(() => (
|
|||
<Layout
|
||||
flex
|
||||
no-wrap
|
||||
gap-4
|
||||
no-gap
|
||||
:class="$style.container"
|
||||
v-bind="color(props, ['solid', 'interactive', 'secondary'])()"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue