fix: profilebanner shadow

This commit is contained in:
puriphatt 2024-09-19 13:31:44 +07:00
parent 16b15b3a89
commit f64c9c4f7c

View file

@ -72,7 +72,7 @@ const showOverlay = ref(false);
size="6rem"
font-size="3rem"
class="relative-position"
style="z-index: 1"
style="z-index: 1; box-shadow: var(--shadow-2)"
:style="{
color: `${color || 'white'}`,
cursor: `${noImageAction ? 'default' : 'pointer'}`,