mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 00:55:37 +01:00
Replace numeric prop values with named react-zen values.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f66a508892
commit
7cafc3e61d
23 changed files with 65 additions and 46 deletions
|
|
@ -38,7 +38,7 @@ export function MobileNav() {
|
|||
];
|
||||
|
||||
return (
|
||||
<Grid columns="auto 1fr" flexGrow={1} backgroundColor="3" borderRadius>
|
||||
<Grid columns="auto 1fr" flexGrow={1} backgroundColor="surface-sunken" borderRadius>
|
||||
<MobileMenuButton>
|
||||
{({ close }) => {
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue