🎨(react) enhance Modal component styles

update Modal 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:15:51 +02:00
committed by NathanVss
parent dcf1c8b8bb
commit b04fdd32c7
5 changed files with 47 additions and 23 deletions

View File

@@ -99,7 +99,8 @@ export const ModalInner = ({ closeOnEsc = true, ...props }: ModalProps) => {
<div className="c__modal__close">
<Button
icon={<span className="material-icons">close</span>}
color="tertiary-text"
color="tertiary"
variant="neutral"
size="small"
onClick={props.onClose}
/>