fix: success banner color rendering incorrectly

This commit is contained in:
James
2022-07-17 15:12:27 -07:00
parent 39d075b999
commit 76b6c736e1
3 changed files with 568 additions and 837 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "payload",
"version": "0.20.9-beta.0",
"version": "0.20.10-beta.0",
"description": "Node, React and MongoDB Headless CMS and Application Framework",
"license": "MIT",
"author": {

View File

@@ -57,6 +57,7 @@
&--type-success {
background: var(--theme-success-500);
color: var(--color-base-800);
&.button--has-action {
&:hover {