Skip to content

Commit

Permalink
[WEB-4012] Update neutral color ramp in Ably UI
Browse files Browse the repository at this point in the history
Update the neutral color ramp in the CSS variables.

* Update the CSS variables for the new neutral shades in `src/core/styles/properties.css`
* Remove the old neutral shades from the CSS variables in `src/core/styles/properties.css`

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/ably/ably-ui?shareId=XXXX-XXXX-XXXX-XXXX).
  • Loading branch information
denissellu committed Dec 6, 2024
1 parent 285b81e commit 4e1bbb8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/core/styles/properties.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
--color-neutral-300: #e6eaf0;
--color-neutral-400: #e2e7ef;
--color-neutral-500: #c6ced9;
--color-neutral-600: #adb6c2;
--color-neutral-700: #89929f;
--color-neutral-800: #667085;
--color-neutral-900: #39414e;
--color-neutral-1000: #2b303b;
--color-neutral-1100: #202531;
--color-neutral-600: #a7b1be;
--color-neutral-700: #8992a4;
--color-neutral-800: #687288;
--color-neutral-900: #5b5a72;
--color-neutral-1000: #434356;
--color-neutral-1100: #2c3344;
--color-neutral-1200: #141924;
--color-neutral-1300: #03020d;

Expand Down

0 comments on commit 4e1bbb8

Please sign in to comment.