🎨(react) enhance Toast component styles
update Toast token and css files with new css variables introduce with the new tokens architectures
This commit is contained in:
committed by
NathanVss
parent
b04fdd32c7
commit
6105377811
@@ -71,7 +71,7 @@ export const Toast = (props: ToastProps) => {
|
||||
{props.primaryLabel && (
|
||||
<div className="c__toast__content__buttons">
|
||||
<Button
|
||||
color="primary-text"
|
||||
color="primary"
|
||||
onClick={props.primaryOnClick}
|
||||
{...props.primaryProps}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user