wip darkmode

This commit is contained in:
Ahmed Bouhuolia
2025-08-04 12:25:27 +02:00
parent 456a9e1ad9
commit d9a716a46f
170 changed files with 2006 additions and 1018 deletions

View File

@@ -27,6 +27,7 @@ import {
Can,
Icon,
FormattedMessage as T,
DrawerActionsBar,
} from '@/components';
import { CustomerMoreMenuItem } from './utils';
import {
@@ -91,7 +92,7 @@ function CustomerDetailsActionsBar({
};
return (
<DashboardActionsBar>
<DrawerActionsBar>
<NavbarGroup>
<Popover
content={
@@ -163,7 +164,7 @@ function CustomerDetailsActionsBar({
}}
/>
</NavbarGroup>
</DashboardActionsBar>
</DrawerActionsBar>
);
}