forked from MapComplete/MapComplete
chore: remove deprecations following tailwind update
This commit is contained in:
parent
99a12a040b
commit
1d80b0436c
5 changed files with 340 additions and 249 deletions
|
@ -42,7 +42,7 @@ export default class MoreScreen extends Combine {
|
|||
let themeButtonStyle = ""
|
||||
let themeListStyle = ""
|
||||
if (onMainScreen) {
|
||||
themeButtonStyle = "h-32 min-h-32 max-h-32 overflow-ellipsis overflow-hidden"
|
||||
themeButtonStyle = "h-32 min-h-32 max-h-32 text-ellipsis overflow-hidden"
|
||||
themeListStyle = "md:grid md:grid-flow-row md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-g4 gap-4"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue