Skip to content

Commit

Permalink
remove deprecated css variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bsatarnejad committed Jan 24, 2024
1 parent 222af24 commit cb80604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/primer/open_project/zen_mode_button.pcss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* CSS for ZenModeButton */

.zen-mode-button--active {
box-shadow: 0 0 3px var(--color-border-default) inset;
box-shadow: 0 0 3px var(--borderColor-default) inset;
}

0 comments on commit cb80604

Please sign in to comment.