mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 06:21:46 +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
|
||||
v-if="close !== null"
|
||||
:icon="appConfig.ui.icons.close"
|
||||
size="sm"
|
||||
color="gray"
|
||||
variant="ghost"
|
||||
aria-label="Close"
|
||||
|
||||
Reference in New Issue
Block a user