This commit is contained in:
2025-08-22 19:33:22 +02:00
parent 7ab3b60462
commit 3f6c4025b0
19 changed files with 89 additions and 59 deletions

View File

@@ -38,7 +38,7 @@ const SvgIcon = (props) => (
export function Logo(props) {
return (
<div className="bg-transparent px-2 py-1 rounded">
<div className="bg-bg-sand px-2 py-1 rounded">
<SvgIcon {...props} />
</div>
);