mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 05:12:57 -05:00
Fix text color
This commit is contained in:
parent
4147208d95
commit
dfc2e14589
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue