fix dashboard.xml and home.xml

This commit is contained in:
Aleksander 2026-07-12 12:30:25 +02:00
parent dc58c1a555
commit 3d2689c931
3 changed files with 7 additions and 7 deletions

View File

@ -145,7 +145,7 @@
<!-- Right bottom side -->
<div margin_right="16">
<label id="label_time" size="16" weight="light" />
<label id="label_time" size="16" weight="light" color="on_background_contrast" />
</div>
</rectangle>
</div>

View File

@ -11,8 +11,8 @@
align_items="center"
justify_content="center"
flex_direction="column">
<sprite src_builtin="${icon}" width="32" height="32" />
<label weight="bold" size="18" text="${text}" translation="${translation}" />
<sprite src_builtin="${icon}" width="32" height="32" color="on_background"/>
<label weight="bold" size="18" text="${text}" translation="${translation}" color="on_background" />
</div>
</Button>
</template>

View File

@ -9,7 +9,7 @@
flex_grow="1"
gap="24">
<image src_builtin="dashboard/splash.png" width="300" height="89" />
<label id="label_hello" size="32" weight="bold" />
<label id="label_hello" size="32" weight="bold" color="on_background" />
<!-- main button list -->
<div flex_direction="row" gap="8">
@ -21,15 +21,15 @@
<div gap="8">
<Button id="btn_welcome_screen" macro="home_button" tooltip="APP_SETTINGS.SHOW_WELCOME_SCREEN">
<sprite src_builtin="dashboard/welcome.svg" width="32" height="32" margin="16"/>
<sprite src_builtin="dashboard/welcome.svg" width="32" height="32" margin="16" color="on_background"/>
</Button>
<Button id="btn_website" macro="home_button" tooltip_str="wayvr.org">
<sprite src_builtin="dashboard/globe.svg" width="32" height="32" margin="16"/>
<sprite src_builtin="dashboard/globe.svg" width="32" height="32" margin="16" color="on_background"/>
</Button>
<Button id="btn_donate" macro="home_button" tooltip="DONATE.SUPPORT_US">
<sprite src_builtin="dashboard/opencollective.svg" width="32" height="32" margin="16"/>
<sprite src_builtin="dashboard/opencollective.svg" width="32" height="32" margin="16" color="on_background"/>
</Button>
</div>
</div>