Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
fix: foreground color
Browse files Browse the repository at this point in the history
  • Loading branch information
saeidex committed Sep 21, 2024
1 parent 23c5e05 commit 1154537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/tailwind/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export default {
border: "hsl(var(--ubus-sys-color-outline))",
input: "hsl(var(--ubus-sys-color-surface-container-low))",
ring: "hsl(var(--ubus-sys-color-outline-variant))",
foreground: "hsl(var(--ubus-sys-color-on-surface-container))",
foreground: "hsl(var(--ubus-sys-color-on-surface))",
destructive: {
DEFAULT: "hsl(var(--ubus-sys-color-error))",
foreground: "hsl(var(--ubus-sys-color-on-error))",
Expand Down

0 comments on commit 1154537

Please sign in to comment.