@@ -7,5 +7,5 @@ .layplux-tooltip { | ||
| line-height: 1.5; | ||
| color: hsl(var(--layplux-primary-foreground)); | ||
| color: hsl(var(--layplux-popover-foreground)); | ||
| overflow-wrap: break-word; | ||
| background: hsl(var(--layplux-foreground)); | ||
| background: hsl(var(--layplux-popover)); | ||
| border-radius: calc(var(--layplux-radius) - 2px); | ||
@@ -26,3 +26,3 @@ box-shadow: | ||
| height: 6px; | ||
| background: hsl(var(--layplux-foreground)); | ||
| background: hsl(var(--layplux-popover)); | ||
| transform: rotate(45deg); | ||
@@ -29,0 +29,0 @@ } |
@@ -724,5 +724,5 @@ .layplux-root { | ||
| line-height: 1.5; | ||
| color: hsl(var(--layplux-primary-foreground)); | ||
| color: hsl(var(--layplux-popover-foreground)); | ||
| overflow-wrap: break-word; | ||
| background: hsl(var(--layplux-foreground)); | ||
| background: hsl(var(--layplux-popover)); | ||
| border-radius: calc(var(--layplux-radius) - 2px); | ||
@@ -739,3 +739,3 @@ box-shadow: 0 6px 16px 0 hsl(var(--layplux-shadow)/8%), 0 3px 6px -4px hsl(var(--layplux-shadow)/12%), 0 9px 28px 8px hsl(var(--layplux-shadow)/5%); | ||
| height: 6px; | ||
| background: hsl(var(--layplux-foreground)); | ||
| background: hsl(var(--layplux-popover)); | ||
| transform: rotate(45deg); | ||
@@ -742,0 +742,0 @@ } |
+1
-1
| { | ||
| "name": "layplux", | ||
| "version": "2.0.9", | ||
| "version": "2.0.10", | ||
| "description": "IDE-like window system and plugin framework for the web", | ||
@@ -5,0 +5,0 @@ "files": [ |
412286
0