Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ref AENG-9
DApp has been redesigned and projects use a new color palette. Let's update the color palette in the code. However, let's leave the old palette until we update the base components. This is the simplest solution to avoid complications with new colors.
How the palette was updated:
brand.400
->acre.50
grey.700
->text.primary
orbrown.100
grey.500
->text.tertiary
green.500
->green.50
red.500
->red.50
gold.100
->surface.2
gold.200
->surface.3
gold.300
->surface.4
gold.500
->surface.5
Note, that the design has changed, so some components have been matched to the new designs.
Testing
Please go through the dApp to make sure nothing looks wrong. Components such as links, button alert, modal, card will be updated soon.