style: step 11 - uniform text tokens in remaining components

This commit is contained in:
2026-04-19 12:09:22 +03:00
parent 1850fea170
commit d7fa470bcb
5 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ export default function RootLayout({
<meta name="format-detection" content="telephone=no" />
<meta name="mobile-web-app-capable" content="yes" />
</head>
<body className="antialiased bg-background text-slate-100">
<body className="antialiased bg-background text-foreground">
{children}
</body>
</html>