upd: fitur tampilan update

This commit is contained in:
2026-04-02 17:37:35 +08:00
parent 5a4128a157
commit 0957a4d271
5 changed files with 42 additions and 59 deletions

View File

@@ -2,6 +2,7 @@ import { DashboardLayout } from '@/frontend/components/DashboardLayout'
import {
Box,
Container,
Divider,
Group,
Stack,
Text,
@@ -27,7 +28,7 @@ function AppDetailLayout() {
return (
<DashboardLayout>
<Container size="xl" py="lg">
<Stack gap="xl">
<Stack gap="md">
<Group justify="space-between" align="flex-end">
<Stack gap={4}>
<Title order={1} className="gradient-text" style={{ fontSize: '2.5rem' }}>{appName}</Title>
@@ -35,7 +36,9 @@ function AppDetailLayout() {
</Stack>
</Group>
<Box mt="md">
<Divider />
<Box>
<Outlet />
</Box>
</Stack>