@orsetra/shared-ui 1.8.2 → 1.8.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.
|
@@ -172,8 +172,8 @@ export function MainSidebar({
|
|
|
172
172
|
"w-full flex items-center text-left transition-all duration-150 font-medium",
|
|
173
173
|
isMinimized ? "justify-center p-2 lg:p-3" : "gap-2 lg:gap-3 px-2 lg:px-3 py-1.5 lg:py-2",
|
|
174
174
|
isActive || isFlyActive
|
|
175
|
-
? "bg-interactive/
|
|
176
|
-
: "text-text-primary hover:bg-
|
|
175
|
+
? "bg-interactive/20 text-interactive border-l-4 border-interactive"
|
|
176
|
+
: "text-text-primary hover:bg-gray-100 border-l-4 border-transparent",
|
|
177
177
|
)
|
|
178
178
|
|
|
179
179
|
const itemContent = (
|