refactor(ui): switch to inline styles for safe-area padding (simpler approach)

This commit is contained in:
spinline
2026-02-06 13:19:02 +03:00
parent e10b252eff
commit 22672f7aaa
3 changed files with 2 additions and 6 deletions

View File

@@ -3,10 +3,6 @@ module.exports = {
content: ["./index.html", "./src/**/*.{rs,html}"],
theme: {
extend: {
spacing: {
"safe-top": "env(safe-area-inset-top)",
"safe-bottom": "env(safe-area-inset-bottom)",
},
colors: {
gray: {
900: "#111827",