diff --git a/source/wp-content/themes/wporg-parent-2021/sass/blocks/_button.scss b/source/wp-content/themes/wporg-parent-2021/sass/blocks/_button.scss index 4e48beda..6a4f4470 100644 --- a/source/wp-content/themes/wporg-parent-2021/sass/blocks/_button.scss +++ b/source/wp-content/themes/wporg-parent-2021/sass/blocks/_button.scss @@ -147,8 +147,8 @@ --wp--custom--button--outline--focus--color--background: var(--wp--preset--color--charcoal-1); &:hover { - --wp--custom--button--outline--hover--color--text: var(--wp--preset--color--charcoal-1); - --wp--custom--button--outline--hover--color--background: var(--wp--preset--color--light-grey-2); + --wp--custom--button--outline--hover--color--text: var(--wp--preset--color--white); + --wp--custom--button--outline--hover--color--background: var(--wp--preset--color--charcoal-1); } } }