From 66fbe8890d91f7266ed5bc5308795a28b682a08b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Sun, 5 Apr 2026 18:41:11 +0000 Subject: [PATCH] nicolium: style migrations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- .../dropdown-menu/dropdown-menu.tsx | 1 + .../navigation/profile-dropdown.tsx | 8 +-- .../features/ui/components/theme-selector.tsx | 20 ++---- packages/nicolium/src/styles/new/layout.scss | 34 ++++++++++ .../nicolium/src/styles/new/settings.scss | 63 +++++++++++++++++++ .../nicolium/src/styles/new/variables.scss | 1 + 6 files changed, 108 insertions(+), 19 deletions(-) diff --git a/packages/nicolium/src/components/dropdown-menu/dropdown-menu.tsx b/packages/nicolium/src/components/dropdown-menu/dropdown-menu.tsx index e4c52be0d..400e718b7 100644 --- a/packages/nicolium/src/components/dropdown-menu/dropdown-menu.tsx +++ b/packages/nicolium/src/components/dropdown-menu/dropdown-menu.tsx @@ -453,6 +453,7 @@ const DropdownMenu: React.FC = (props) => { items={items} component={component} width={width} + className={className} /> {/* Arrow */} diff --git a/packages/nicolium/src/components/navigation/profile-dropdown.tsx b/packages/nicolium/src/components/navigation/profile-dropdown.tsx index 7c8074cda..63fd70acf 100644 --- a/packages/nicolium/src/components/navigation/profile-dropdown.tsx +++ b/packages/nicolium/src/components/navigation/profile-dropdown.tsx @@ -114,9 +114,9 @@ const ProfileDropdown: React.FC = ({ account, children }) => { }, [account, otherAccountIds.length, features]); return ( - +