🎨(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:
Nathan Panchout
2025-08-22 10:16:01 +02:00
committed by NathanVss
parent b04fdd32c7
commit 6105377811
4 changed files with 29 additions and 42 deletions

View File

@@ -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}
>