fix: text color for alternate actionButtons
This commit is contained in:
parent
2fb100d99c
commit
4ec6b2f794
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ const ActionButton = memo(
|
|||
}) => {
|
||||
const classNames = {
|
||||
[moduleStyles.actionButton]: true,
|
||||
[moduleStyles.altText]: altTextColor,
|
||||
[moduleStyles.altText]: altTextColor || color !== 'primary',
|
||||
[moduleStyles.primary]: color === 'primary',
|
||||
[moduleStyles.secondary]: color === 'secondary',
|
||||
[moduleStyles.spring]: color === 'spring',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue