-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Julia Wegmayr <julia.wegmayr@vivid-planet.com> Co-authored-by: Ricky Smith <jamesricky@me.com>
- Loading branch information
1 parent
4361ec6
commit b374300
Showing
3 changed files
with
34 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
"@comet/admin": major | ||
--- | ||
|
||
Adapt the styling of `Alert` to match the updated Comet design | ||
|
||
Remove styling for the `text` variant of buttons used in `Alert`. | ||
Use buttons with the `outlined` variant instead to adhere to the Comet design guidelines. | ||
|
||
```diff | ||
<Alert | ||
// ... | ||
action={ | ||
- <Button variant="text" startIcon={<ArrowRight />}> | ||
+ <Button variant="outlined" startIcon={<ArrowRight />}> | ||
Action Text | ||
</Button> | ||
} | ||
// ... | ||
> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters