style upgrades

This commit is contained in:
yohlo
2026-07-12 21:26:39 -07:00
parent ec334bbed4
commit 4f81f3c0ca
72 changed files with 1541 additions and 471 deletions
+4 -3
View File
@@ -98,20 +98,21 @@ const Avatar = ({
>
<div style={{ position: 'relative', maxWidth: '90vw', maxHeight: '90vh' }}>
<ActionIcon
variant="filled"
variant="white"
color="dark"
size="lg"
radius="xl"
aria-label="Close image preview"
style={{
position: 'absolute',
top: -10,
right: -10,
zIndex: 1000,
backgroundColor: 'rgba(0, 0, 0, 0.7)',
backgroundColor: 'rgba(255, 255, 255, 0.9)',
}}
onClick={() => setIsFullscreenOpen(false)}
>
<XIcon size={18} color="white" />
<XIcon size={18} />
</ActionIcon>
<Image