@sonhoseong/mfa-lib 1.2.2 → 1.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -54,12 +54,12 @@ export const StickyNav = ({ sections, triggerPoint = 0.2, scrollOffset = 80, top
|
|
|
54
54
|
alignItems: 'center',
|
|
55
55
|
gap: '4px',
|
|
56
56
|
padding: '6px',
|
|
57
|
-
background: 'rgba(255, 255, 255, 0.
|
|
57
|
+
background: 'rgba(255, 255, 255, 0.88)',
|
|
58
58
|
backdropFilter: 'blur(12px)',
|
|
59
59
|
WebkitBackdropFilter: 'blur(12px)',
|
|
60
60
|
borderRadius: '50px',
|
|
61
|
-
boxShadow: '0 4px
|
|
62
|
-
border: '1px solid rgba(0, 0, 0, 0.
|
|
61
|
+
boxShadow: '0 4px 20px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.08)',
|
|
62
|
+
border: '1px solid rgba(0, 0, 0, 0.08)',
|
|
63
63
|
},
|
|
64
64
|
logoButton: {
|
|
65
65
|
display: 'flex',
|