fix: profilebanner shadow
This commit is contained in:
parent
16b15b3a89
commit
f64c9c4f7c
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ const showOverlay = ref(false);
|
||||||
size="6rem"
|
size="6rem"
|
||||||
font-size="3rem"
|
font-size="3rem"
|
||||||
class="relative-position"
|
class="relative-position"
|
||||||
style="z-index: 1"
|
style="z-index: 1; box-shadow: var(--shadow-2)"
|
||||||
:style="{
|
:style="{
|
||||||
color: `${color || 'white'}`,
|
color: `${color || 'white'}`,
|
||||||
cursor: `${noImageAction ? 'default' : 'pointer'}`,
|
cursor: `${noImageAction ? 'default' : 'pointer'}`,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue