🎨(react) enhance alert component styles
update alert token and css files with new css variables introduce with the new tokens architectures
This commit is contained in:
committed by
NathanVss
parent
bccdebd770
commit
3e62cdb929
@@ -58,8 +58,12 @@ export const CustomButtons: Story = {
|
||||
canClose: true,
|
||||
buttons: (
|
||||
<div style={{ display: "flex", gap: "0.5rem" }}>
|
||||
<Button color="primary">Primary</Button>
|
||||
<Button color="secondary">Secondary</Button>
|
||||
<Button variant="brand" color="primary">
|
||||
Primary
|
||||
</Button>
|
||||
<Button variant="brand" color="secondary">
|
||||
Secondary
|
||||
</Button>
|
||||
</div>
|
||||
),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user