Skip to content

Commit 2b7cbf4

Browse files
committed
Actualizar el color de texto en los componentes Footer y Tokens a 'text-(--color-text-muted)'
1 parent 6b98d7d commit 2b7cbf4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/components/layouts/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<footer class="border-t border(--color-surface-stroke)">
22
<div class="mx-auto max-w-7xl px-6 py-4">
3-
<p class="text-xs text-(--color-text-dim)">
3+
<p class="text-xs text-(--color-text-muted)">
44
orbit-ui · Design system CSS-first con Astro
55
</p>
66
</div>

src/pages/tokens.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import BaseLayout from "@layouts/BaseLayout.astro";
4141
<li><code>--color-surface-stroke</code></li>
4242
</ul>
4343

44-
<p class="text-xs text-(--color-text-dim)">
44+
<p class="text-xs text-(--color-text-muted)">
4545
Ejemplo de uso: <code>bg-(--color-surface-elevated)</code>
4646
</p>
4747
</section>
@@ -59,7 +59,7 @@ import BaseLayout from "@layouts/BaseLayout.astro";
5959
<li><code>--color-text-dim</code></li>
6060
</ul>
6161

62-
<p class="text-xs text-(--color-text-dim)">
62+
<p class="text-xs text-(--color-text-muted)">
6363
Ejemplo de uso: <code>text-(--color-text-muted)</code>
6464
</p>
6565
</section>
@@ -76,7 +76,7 @@ import BaseLayout from "@layouts/BaseLayout.astro";
7676
<li><code>--color-accent-muted</code></li>
7777
</ul>
7878

79-
<p class="text-xs text-(--color-text-dim)">
79+
<p class="text-xs text-(--color-text-muted)">
8080
Ejemplo de uso: <code>text-(--color-accent-primary)</code>
8181
</p>
8282
</section>
@@ -94,7 +94,7 @@ import BaseLayout from "@layouts/BaseLayout.astro";
9494
<li><code>--color-status-error</code></li>
9595
</ul>
9696

97-
<p class="text-xs text-(--color-text-dim)">
97+
<p class="text-xs text-(--color-text-muted)">
9898
Ejemplo de uso: <code>border-(--color-status-error)</code>
9999
</p>
100100
</section>

0 commit comments

Comments
 (0)