diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..31c75f92d --- /dev/null +++ b/CHANGELOG.md @@ -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) diff --git a/src/components/Button/button.module.scss b/src/components/Button/button.module.scss index 3c14da625..6d03e07c1 100644 --- a/src/components/Button/button.module.scss +++ b/src/components/Button/button.module.scss @@ -198,3 +198,9 @@ border-color: $button-color-neutral-focused-border; } } + +.dark { + .button { + background-color: inherit; + } +}