FIX: ProfileConfig bg color

This commit is contained in:
Robert Kossessa
2024-02-06 21:09:47 +01:00
parent 4631b01978
commit ed21ccabf0

View File

@@ -88,7 +88,7 @@
</div>
</div>
<Transition name="slide">
<div v-if="showProfileConfig" class="absolute bg-zinc-950 h-full">
<div v-if="showProfileConfig" class="absolute bg-[#101013] h-full">
<ProfileConfig />
</div>
</Transition>