Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new colours to the theme (Light Mode) #81

Closed
4 tasks done
Tracked by #52
brunomenezes opened this issue Aug 7, 2023 · 0 comments · Fixed by #107
Closed
4 tasks done
Tracked by #52

Add new colours to the theme (Light Mode) #81

brunomenezes opened this issue Aug 7, 2023 · 0 comments · Fixed by #107
Assignees
Labels
staking Changes targeted to the Staking platform type:feature new feature or improvement over an existing feature
Milestone

Comments

@brunomenezes
Copy link
Collaborator

brunomenezes commented Aug 7, 2023

Context

The new brand requires a new set of colours to support the overall looking and feel of the applications, i.e. Staking and Rollups.

PS: Refer to the parent issue for design references.

Solution

Include the new set of colours to support the system. As a suggestion, the reference colours are single instead of pallets, so I suggest being mindful and using the same language used by the design team, for example;

[Suggestion]: Adding to the theme's colours definition;

{
 light: {
   support: {
     success: #7CA154
     alert: #FFA77A,
     error: #FD7267,
     info: #B5E8F4
   }
 }
}

Later, we could refine and leverage the use of Chakra-ui Sematic Tokens

Subtasks

  • Add the new base light mode colours (Light mode).
  • Add the new Digital product UI colour definition, i.e. the shades of grey (Light mode).
  • Add the new support system colours (Light mode).

Definition of done

  • The new values are included in the theme's colour configuration.
@brunomenezes brunomenezes self-assigned this Aug 7, 2023
@brunomenezes brunomenezes added staking Changes targeted to the Staking platform draft The issue is in refine mode, information will be added type:feature new feature or improvement over an existing feature and removed draft The issue is in refine mode, information will be added labels Aug 7, 2023
@brunomenezes brunomenezes removed their assignment Aug 7, 2023
@brunomenezes brunomenezes changed the title DRAFT: Add new colours to the theme (Light Mode) Add new colours to the theme (Light Mode) Aug 7, 2023
@brunomenezes brunomenezes added this to the Rebranding milestone Aug 7, 2023
@nevendyulgerov nevendyulgerov self-assigned this Aug 14, 2023
@nevendyulgerov nevendyulgerov linked a pull request Aug 14, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
staking Changes targeted to the Staking platform type:feature new feature or improvement over an existing feature
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants