Fix text color

This commit is contained in:
dragongoose 2024-01-15 19:20:40 -05:00
parent 4147208d95
commit dfc2e14589
No known key found for this signature in database
GPG key ID: 01397EEC371CDAA5

View file

@ -96,7 +96,7 @@ export default {
<error-message v-else-if="status == 'error'"></error-message>
<div v-else-if="data" class="max-w-5xl mx-auto">
<div v-if="following && following.length > 0" class="p-2 text-white w-[100vw]">
<div v-if="following && following.length > 0" class="p-2 text-contrast w-[100vw]">
<h1 class="font-bold text-5xl">Following</h1>
<p class="text-xl">Streamers you follow</p>
<ul class="flex flex-nowrap justify-begin overflow-x-scroll overflow-y-hidden space-x-2 mt-1 h-[19rem] items-center">