Add title to filterview

This commit is contained in:
Pieter Vander Vennet 2024-04-23 20:36:36 +02:00
parent 28bf8cca9f
commit 9dffca8cdf
4 changed files with 40 additions and 33 deletions

View file

@ -635,7 +635,7 @@
<If condition={state.guistate.privacyPanelIsOpened}>
<FloatOver on:close={() => state.guistate.privacyPanelIsOpened.setData(false)}>
<div class="flex h-full flex-col overflow-hidden">
<h2 class="low-interaction m-0 flex items-center p-4">
<h2 class="low-interaction m-0 flex items-center p-4 drop-shadow-md">
<EyeIcon class="w-6 pr-2" />
<Tr t={Translations.t.privacy.title} />
</h2>