enhance(mobile): polish colors

This commit is contained in:
charlie
2025-07-05 14:35:53 +08:00
parent 33b5da8a66
commit 000ea6f59c
2 changed files with 18 additions and 19 deletions

View File

@@ -78,6 +78,16 @@ html {
--button-background: var(--ls-primary-background-color);
--button-color: var(--ls-primary-text-color);
}
.header-md {
box-shadow: 0 2px 8px var(--ls-secondary-background-color);
}
.sc-ion-buttons-ios, .sc-ion-buttons-md {
&.text-muted-foreground {
color: var(--lx-gray-02);
}
}
}
}
}
@@ -212,7 +222,7 @@ ion-content {
}
.ion-page {
@apply bg-gray-01 -mb-3;
@apply bg-gray-01;
}
}

View File

@@ -33,21 +33,10 @@
(rum/defc page
[]
(ion/page
(ion/header
(ion/toolbar
(ion/title "Settings")))
(ion/content {:class "ion-padding"}
(ion/refresher
{:slot "fixed"
:pull-factor 0.5
:pull-min 100
:pull-max 200
:on-ion-refresh (fn [^js e]
(js/setTimeout
#(.complete (.-detail e))
3000))}
(ion/refresher-content))
(user-profile)
[:div.mt-8
(repo/repos-cp)])))
(ion/header
(ion/toolbar
(ion/title "Settings")))
(ion/content {:class "ion-padding"}
(user-profile)
[:div.mt-8
(repo/repos-cp)])))