Skip to content

Commit

Permalink
Merge pull request #94 from Codeinwp/fix-inverted-text-values
Browse files Browse the repository at this point in the history
Fix inverted text values
  • Loading branch information
HardeepAsrani authored Dec 13, 2023
2 parents 72b7afa + 0f75439 commit 98fd143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion styles/blue-retro.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
{
"slug": "raft-fg-alt",
"color": "#272727",
"color": "#FDFDFD",
"name": "Inverted Text"
}
]
Expand Down
2 changes: 1 addition & 1 deletion styles/green-corn.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
{
"slug": "raft-fg-alt",
"color": "#202120",
"color": "#F8F8F8",
"name": "Inverted Text"
}
]
Expand Down

0 comments on commit 98fd143

Please sign in to comment.