ui: make ellipsis dot gray
This commit is contained in:
parent
4c589a4033
commit
285776d453
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ const paginator = $computed(() => tabs.find(t => t.name === tab)!.paginator)
|
|||
<TimelinePaginator :key="tab" :paginator="paginator" />
|
||||
</KeepAlive>
|
||||
</div>
|
||||
<div v-else h-30 flex="~ center" text-gray>
|
||||
<div v-else h-30 flex="~ center" text-secondary-light>
|
||||
Profile unavailable
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue