fix colors

This commit is contained in:
xds
2025-02-17 22:34:44 +03:00
parent 1334411249
commit 7ddbbdbba8

View File

@@ -11,7 +11,7 @@
<!-- {{ tg_id }}--> <!-- {{ tg_id }}-->
<Button label="Sub" :class="checkNotif ? 'flex' : '!hidden'" @click="checkSubscribe"/> <Button label="Sub" :class="checkNotif ? 'flex' : '!hidden'" @click="checkSubscribe"/>
<router-view/> <!-- <router-view/>-->
<div class="bg-gray-100 h-12 block lg:hidden"></div> <div class="bg-gray-100 h-12 block lg:hidden"></div>
</div> </div>