@globalbrain/sefirot 3.13.0 → 3.13.1

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.
@@ -31,6 +31,7 @@ const normalizedMenu = computed(() => {
31
31
  flex-direction: column;
32
32
  gap: 8px;
33
33
  padding: 16px 24px;
34
+ background-color: var(--c-bg-elv-2);
34
35
 
35
36
  @media (min-width: 768px) {
36
37
  padding: 16px 32px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@globalbrain/sefirot",
3
- "version": "3.13.0",
3
+ "version": "3.13.1",
4
4
  "packageManager": "pnpm@8.12.1",
5
5
  "description": "Vue Components for Global Brain Design System.",
6
6
  "author": "Kia Ishii <ka.ishii@globalbrains.com>",