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

Refactor : update color values for primary palette #3332

Open
luclemo opened this issue Jun 15, 2021 · 0 comments
Open

Refactor : update color values for primary palette #3332

luclemo opened this issue Jun 15, 2021 · 0 comments
Assignees
Labels
- S - Estimated size of the task - Small Frontend Task need to be done on the frontend side

Comments

@luclemo
Copy link
Member

luclemo commented Jun 15, 2021

Until now, we have not had any use for the first 5 levels of the primary color palette (cyan). I have updated these values in order to have re-usable variables for the lighter end of the palette. These lighter shades will be used in the upcoming query builder (and the "active" query bars).

// TODO: change color values for $cyan 1 through 5

// OLD
$cyan-1:#E1FAFA;
$cyan-2:#98EAED;
$cyan-3:#6CD9E0;
$cyan-4:#44C5D4;
$cyan-5:#20B1C7;

// New
$cyan-1:#DDF4F8;
$cyan-2:#C1E6EC;
$cyan-3:#AAE0E9;
$cyan-4:#86D6DF;
$cyan-5:#33B8CC;

image

image

@luclemo luclemo added Frontend Task need to be done on the frontend side - S - Estimated size of the task - Small labels Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
- S - Estimated size of the task - Small Frontend Task need to be done on the frontend side
Projects
None yet
Development

No branches or pull requests

2 participants