feat(SettingsItemGroup): add box shadow to main element

This commit is contained in:
hakadao
2024-06-14 01:22:08 +08:00
parent 4f09c0a05d
commit eb598ed0c6

View File

@@ -15,6 +15,7 @@ defineProps<{
</p>
<main
style="box-shadow: var(--bew-shadow-edge-glow-1), var(--bew-shadow-1);"
mt-2 px-4 mx--4 rounded="$bew-radius"
bg="$bew-content-1 dark:$bew-fill-1"
shadow="$bew-shadow-edge-glow-1"