Skip to content

Commit

Permalink
Use theme color for focus.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed May 11, 2020
1 parent c817611 commit e27ee6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/base-styles/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ $light-gray-ui: #949494; // Meets 3:1 UI contrast.
$light-gray-secondary: #ccc;
$light-gray-tertiary: #e7e8e9;
$theme-color: theme(button);
$blue-medium-focus: #007cba; // @todo: Currently being used as "spot" color. Needs to be considered in context of themes.
$blue-medium-focus-dark: #fff;
$blue-medium-focus: theme(button);
$blue-medium-focus-dark: $white;

// Dark opacities, for use with light themes.
$dark-opacity-900: rgba(#000510, 0.9);
Expand Down

0 comments on commit e27ee6d

Please sign in to comment.