feat: added unit label

This commit is contained in:
Leyla Becker 2026-02-22 16:33:27 -06:00
parent 2cbd931e99
commit 37b300b8e9
2 changed files with 10 additions and 0 deletions

View file

@ -123,6 +123,11 @@
{% if pageType == 'recipe' %}
<style>
.unit-label {
font-size: var(--font-size-small);
color: var(--color-text-muted);
font-weight: var(--font-weight-medium);
}
.measurement-toggles {
display: none;
flex-direction: column;