Skip to content

Commit

Permalink
fix: button: there was a missing scss selector
Browse files Browse the repository at this point in the history
The dark selector was missing from the button scss module
This change adds it with a stubbed selector and property
  • Loading branch information
dkilgore-eightfold committed Mar 29, 2022
1 parent 65fb838 commit 2ca9c07
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 0.0.1 (2022-03-29)

### 0.0.1 (2022-03-29)

### 0.0.1 (2022-03-29)
6 changes: 6 additions & 0 deletions src/components/Button/button.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,9 @@
border-color: $button-color-neutral-focused-border;
}
}

.dark {
.button {
background-color: inherit;
}
}

0 comments on commit 2ca9c07

Please sign in to comment.