Skip to content

Commit

Permalink
add dark mode colors for captions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lsimmons98 committed Nov 27, 2024
1 parent 07a2161 commit 51132ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion playbook/app/pb_kits/playbook/pb_caption/_caption_mixin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ $pb_caption_colors: (
$pb_dark_caption_colors: (
default: $text_dk_default,
light: $text_dk_light,
lighter: $text_dk_lighter,
link: $active_dark,
success: $text_dk_success_sm,
error: $error,
error: $error_dark,
);


Expand Down

0 comments on commit 51132ae

Please sign in to comment.