fix(a11y): solid color for secondary text (#148)
This commit is contained in:
parent
730eeca5b2
commit
e45ecf55f2
19 changed files with 36 additions and 32 deletions
|
@ -28,13 +28,13 @@ const { items, state, endAnchor, error } = usePaginator(paginator)
|
|||
</template>
|
||||
<div ref="endAnchor" />
|
||||
<div v-if="state === 'loading'" p5 text-center flex="~ col" items-center animate-pulse>
|
||||
<div op50 i-ri:loader-2-fill animate-spin text-2xl />
|
||||
<span op50>Loading...</span>
|
||||
<div text-secondary i-ri:loader-2-fill animate-spin text-2xl />
|
||||
<span text-secondary>Loading...</span>
|
||||
</div>
|
||||
<div v-else-if="state === 'done'" p5 op50 italic text-center>
|
||||
<div v-else-if="state === 'done'" p5 text-secondary italic text-center>
|
||||
End of the list
|
||||
</div>
|
||||
<div v-else-if="state === 'error'" p5 op50>
|
||||
<div v-else-if="state === 'error'" p5 text-secondary>
|
||||
ERROR: {{ error }}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue