最近 Material UI 开发了“警报”组件。
一切都很好,除了我看不到改变图标大小的方法。
这是我的代码:
<Snackbar open={true}>
<Alert
className={classes.cookieAlert}
severity="info"
action={<Button color="inherit" size="small">OK</Button>}
>
We use cookies to ensure you the best experience on our website.
</Alert>
</Snackbar>
图标由“严重性”定义,我该如何更改它的大小?我不想覆盖图标,只需将其大小更改为更大。