Skip to content

Commit

Permalink
fix border color discrepancy between themes
Browse files Browse the repository at this point in the history
  • Loading branch information
lyubomir-popov authored and bartaz committed Apr 22, 2024
1 parent 54e8d20 commit 070a2b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_settings_colors.scss
Expand Up @@ -179,9 +179,9 @@ $colors--dark-theme--background-active: rgba($colors--dark-theme--text-default,
$colors--dark-theme--background-hover: rgba($colors--dark-theme--text-default, $hover-background-opacity-amount) !default;
$colors--dark-theme--background-overlay: transparentize($color-dark, 0.15) !default;

$colors--dark-theme--border-default: rgba($colors--dark-theme--text-default, 0.3) !default;
$colors--dark-theme--border-default: rgba($colors--dark-theme--text-default, 0.2) !default;
$colors--dark-theme--border-high-contrast: rgba($colors--dark-theme--text-default, 0.5) !default;
$colors--dark-theme--border-low-contrast: rgba($colors--dark-theme--text-default, 0.05) !default;
$colors--dark-theme--border-low-contrast: rgba($colors--dark-theme--text-default, 0.1) !default;

$colors--dark-theme--icon: $colors--dark-theme--text-default !default;

Expand Down

0 comments on commit 070a2b8

Please sign in to comment.