@sonhoseong/mfa-lib 1.2.3 → 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,7 +54,7 @@ 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.98)',
57
+ background: 'rgba(255, 255, 255, 0.88)',
58
58
  backdropFilter: 'blur(12px)',
59
59
  WebkitBackdropFilter: 'blur(12px)',
60
60
  borderRadius: '50px',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonhoseong/mfa-lib",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "MFA 공통 라이브러리 - KOMCA 패턴",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",