feat: tweak a few icons & add line editor button to side panel (#7990)

This commit is contained in:
David Luzar
2024-05-07 13:18:39 +02:00
committed by GitHub
parent f0d25e34c3
commit d1f37cc64f
17 changed files with 687 additions and 861 deletions

View File

@@ -128,7 +128,7 @@
--color-muted-background: var(--color-gray-80);
--color-muted-background-darker: var(--color-gray-100);
--color-promo: #e70078;
--color-promo: var(--color-primary);
--color-success: #268029;
--color-success-lighter: #cafccc;
@@ -236,8 +236,6 @@
--color-muted-background: var(--color-gray-40);
--color-muted-background-darker: var(--color-gray-20);
--color-promo: #d297ff;
--color-logo-text: #e2dfff;
--color-surface-high: hsl(245, 10%, 21%);