Skip to content

Commit

Permalink
light disabled color for secondary buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmmcken committed Jan 12, 2024
1 parent 88c8ce7 commit cc1f8e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
/* Text */
--dh-color-heading-text: var(--dh-color-gray-900);
--dh-color-text: var(--dh-color-gray-800);
--dh-color-text-disabled: var(--dh-color-gray-400);
--dh-color-text-disabled: var(--dh-color-gray-700);
--dh-color-text-highlight: hsla(var(--dh-color-blue-700-hsl), 0.15);
--dh-color-text-hover: var(--dh-color-gray-900);

Expand Down

0 comments on commit cc1f8e1

Please sign in to comment.