Skip to content

Commit

Permalink
Revert brand change
Browse files Browse the repository at this point in the history
  • Loading branch information
taysea committed Apr 2, 2024
1 parent febeb13 commit b37f229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion design-tokens/tokens/color.light.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"color": {
"brand": {
"$type": "color",
"$value": "{color.purple.30}",
"$value": "{color.green.30}",
"$description": "",
"$extensions": {
"com.figma": {
Expand Down
2 changes: 1 addition & 1 deletion sandbox/grommet-app/src/pages/RecentServices.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const RecentServices = () => {
align={skeleton ? 'start' : 'center'}
gap="small"
>
<Box skeleton>
<Box>
<Text weight={500} color="text-strong">
{datum.name}
</Text>
Expand Down

0 comments on commit b37f229

Please sign in to comment.