refactor(ui): switch to inline styles for safe-area padding (simpler approach)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user