Skip to content

Commit

Permalink
Adds new color variable for styling status check tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Jun 19, 2021
1 parent ca3d171 commit c81d57f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/theming.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ You can target specific elements on the UI with these variables. All are optiona
- `--welcome-popup-text-color` - Text color for the welcome pop-up. Defaults to `--primary`
- `--side-bar-background` - Background color of the sidebar used in the workspace view. Defaults to `--background-darker`
- `--side-bar-color` - Color of icons and text within the sidebar. Defaults to `--primary`
- `--status-check-tooltip-background` - Background color for status check tooltips. Defaults to `--background-darker`
- `--status-check-tooltip-color` - Text color for the status check tooltips. Defaults to `--primary`

#### Non-Color Variables
- `--outline-color` - Used to outline focused or selected elements
Expand Down
2 changes: 2 additions & 0 deletions src/styles/color-palette.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,6 @@
--side-bar-background: var(--background-darker);
--side-bar-background-lighter: var(--background);
--side-bar-color: var(--primary);
--status-check-tooltip-background: var(--background-darker);
--status-check-tooltip-color: var(--primary);
}

0 comments on commit c81d57f

Please sign in to comment.