contacts-box: Use title-1 instead of large-title

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714>
This commit is contained in:
Anton Lazarev
2024-01-11 22:11:46 -08:00
parent fb93535806
commit 543a55d741

View File

@@ -53,7 +53,7 @@
<property name="justify">center</property> <property name="justify">center</property>
<property name="label" translatable="yes">No Contacts Found</property> <property name="label" translatable="yes">No Contacts Found</property>
<style> <style>
<class name="large-title"/> <class name="title-1"/>
</style> </style>
</object> </object>
</child> </child>