mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
feat: use text-secondary-foreground instead of gray
This commit is contained in:
@@ -100,7 +100,7 @@ const reformattedTimestamp = computed<string>(() => {
|
|||||||
class="shrink-0 flex flex-row items-baseline justify-end gap-2 mt-1"
|
class="shrink-0 flex flex-row items-baseline justify-end gap-2 mt-1"
|
||||||
:title="formattedTimestamp ?? reformattedTimestamp"
|
:title="formattedTimestamp ?? reformattedTimestamp"
|
||||||
>
|
>
|
||||||
<p class="text-gray-500 text-sm">{{ reformattedTimestamp }}</p>
|
<p class="text-secondary-foreground text-sm">{{ reformattedTimestamp }}</p>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ async function onLoadMore() {
|
|||||||
<div v-if="loading" class="py-5 grid place-content-center">
|
<div v-if="loading" class="py-5 grid place-content-center">
|
||||||
<LoadingSpinner />
|
<LoadingSpinner />
|
||||||
</div>
|
</div>
|
||||||
<div v-if="!canLoadMore" class="py-5 grid place-content-center text-gray-500">
|
<div v-if="!canLoadMore" class="py-5 grid place-content-center text-secondary-foreground">
|
||||||
You've reached the end...
|
You've reached the end...
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ export const defaultColors: Record<string, ThemeVariables> = {
|
|||||||
'--primary': '24 100% 50%',
|
'--primary': '24 100% 50%',
|
||||||
'--primary-foreground': '0 0% 98%',
|
'--primary-foreground': '0 0% 98%',
|
||||||
'--secondary': '0 0% 14.9%',
|
'--secondary': '0 0% 14.9%',
|
||||||
'--secondary-foreground': '0 0% 98%',
|
'--secondary-foreground': '0 0% 77%',
|
||||||
'--accent': '0 0% 14.9%',
|
'--accent': '0 0% 14.9%',
|
||||||
'--accent-foreground': '0 0% 98%',
|
'--accent-foreground': '0 0% 98%',
|
||||||
'--destructive': '0 62.8% 30.6%',
|
'--destructive': '0 62.8% 30.6%',
|
||||||
@@ -61,7 +61,7 @@ export const defaultColors: Record<string, ThemeVariables> = {
|
|||||||
'--primary': '24 100% 50%',
|
'--primary': '24 100% 50%',
|
||||||
'--primary-foreground': '0 0% 98%',
|
'--primary-foreground': '0 0% 98%',
|
||||||
'--secondary': '0 0% 96.1%',
|
'--secondary': '0 0% 96.1%',
|
||||||
'--secondary-foreground': '0 0% 9%',
|
'--secondary-foreground': '0 0% 45%',
|
||||||
'--accent': '0 0% 96.1%',
|
'--accent': '0 0% 96.1%',
|
||||||
'--accent-foreground': '0 0% 9%',
|
'--accent-foreground': '0 0% 9%',
|
||||||
'--destructive': '0 84.2% 60.2%',
|
'--destructive': '0 84.2% 60.2%',
|
||||||
|
|||||||
Reference in New Issue
Block a user