Skip to content

Commit

Permalink
[colors] fix Sass variable values for cerulean (#6668)
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya authored Jan 23, 2024
1 parent dfd8e37 commit f12478b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/colors/src/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ $indigo3: #7961db !default;
$indigo4: #9881f3 !default;
$indigo5: #bdadff !default;

$cerulean1: #1f4b99 !default;
$cerulean2: #2458b3 !default;
$cerulean3: #2965cc !default;
$cerulean4: #4580e6 !default;
$cerulean5: #669eff !default;
$cerulean1: #0c5174 !default;
$cerulean2: #0f6894 !default;
$cerulean3: #147eb3 !default;
$cerulean4: #3fa6da !default;
$cerulean5: #68c1ee !default;

$turquoise1: #004d46 !default;
$turquoise2: #007067 !default;
Expand Down

1 comment on commit f12478b

@adidahiya
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[colors] fix Sass variable values for cerulean (#6668)

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

Please sign in to comment.