feat: update PWA assets and improve input field styles

This commit is contained in:
2026-08-07 16:35:23 +07:00
parent 96cb8d728b
commit 6f613139f7
20 changed files with 3713 additions and 55 deletions
+1 -1
View File
@@ -258,7 +258,7 @@ export default function StatsScreen() {
placeholder="Вес сегодня, кг"
value={weightInput.value || ''}
onInput={event => (weightInput.value = numeric(event.currentTarget.value))}
class="w-full flex-1 rounded-xl border hairline bg-raised/70 px-3.5 py-2.5 text-[15px] text-ink outline-none transition focus:border-ember/50 placeholder:text-ink-faint tnum"
class="w-full flex-1 rounded-xl border hairline bg-raised/70 px-3.5 py-2.5 text-[16px] text-ink outline-none transition focus:border-ember/50 placeholder:text-ink-faint tnum"
/>
<button
type="button"