Fix text color
This commit is contained in:
parent
4147208d95
commit
dfc2e14589
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user