mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-05 14:48:03 +01:00
chore(Slideover): add size to close button
This commit is contained in:
@@ -99,6 +99,7 @@ const ui = computed(() => tv({ extend: slideover, slots: props.ui })({
|
|||||||
<UButton
|
<UButton
|
||||||
v-if="close !== null"
|
v-if="close !== null"
|
||||||
:icon="appConfig.ui.icons.close"
|
:icon="appConfig.ui.icons.close"
|
||||||
|
size="sm"
|
||||||
color="gray"
|
color="gray"
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
aria-label="Close"
|
aria-label="Close"
|
||||||
|
|||||||
Reference in New Issue
Block a user