Skip to content

Commit

Permalink
Added default border colour for Back-To-Top. (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk authored Oct 8, 2024
1 parent 1e31cc3 commit d3cd621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/00-base/_variables.components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ $ct-attachment-dark-wrapper-background-color: ct-color-dark('background') !defau
$ct-back-to-top-space-bottom: ct-spacing(8) !default;
$ct-back-to-top-space-right: ct-spacing(2) !default;
$ct-back-to-top-background-color: ct-color-light('interaction-background') !default;
$ct-back-to-top-border-color: $ct-back-to-top-background-color !default;
$ct-back-to-top-border-color: ct-color-light('background-light') !default;
$ct-back-to-top-color: ct-color-light('interaction-text') !default;
$ct-back-to-top-outline-color: ct-color-light('interaction-focus') !default;

Expand Down

1 comment on commit d3cd621

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.