style: update UI component styles and structure commit

This commit is contained in:
mengstabketemaw
2026-06-29 16:04:03 +03:00
parent c46747c98e
commit faf1d95476
2 changed files with 5 additions and 4 deletions

View File

@@ -218,8 +218,8 @@ function ProfessionTab() {
return (
<>
<Group justify="space-between" mb="md">
<Text fw={600} size="sm">{t('configuration.professionsList')}</Text>
<Group justify="space-between" align="flex-end" mb="md">
<Title order={2}>{t('configuration.professionsList')}</Title>
{!showProfForm && (
<Button
variant="light"

View File

@@ -1,5 +1,6 @@
import {
Anchor,
Box,
Burger,
Group,
Indicator,
@@ -52,7 +53,7 @@ export function AppHeader({
<Group h="100%" px="lg" justify="space-between" wrap="nowrap">
<Group gap="md" wrap="nowrap">
{/* Hamburger — styled like user-management Top.tsx */}
<UnstyledButton
<Box
onClick={isMobile ? onToggleNav : onToggleSidebar}
style={{
display: 'flex',
@@ -91,7 +92,7 @@ export function AppHeader({
burger: { '--burger-color': 'currentColor' },
}}
/>
</UnstyledButton>
</Box>
{/* Breadcrumbs — card container with pill-style crumbs */}
<Group