Bigger font in sensor readings page

This commit is contained in:
Daniele Verducci 2024-05-04 08:11:19 +02:00
parent 35b6ef3e29
commit b1f31c08cf

View File

@ -15,8 +15,9 @@
<child> <child>
<object class="GtkLabel" id="lux_label"> <object class="GtkLabel" id="lux_label">
<property name="label" translatable="no">XXX Lux</property> <property name="label" translatable="no">XXX Lux</property>
<style> <style>
<class name="title-1"/> <class name="lumos-big-result"/>
</style> </style>
</object> </object>
</child> </child>