Skip to content

Commit 478d923

Browse files
authored
Merge pull request #7 from tableflowhq/css-properties
Change specific color names
2 parents 0a63ac4 + be9dd55 commit 478d923

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/style/themes/common.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@
2323

2424
--color-green-ui: #{$green-600};
2525

26-
--color-green: (18, 183, 106, 0.88);
26+
--color-success: (18, 183, 106, 0.88);
27+
--color-green: var(--color-success); // Deprecated
2728
--color-blue: #{$blue-light-500};
2829
--color-red: rgba(252, 93, 93, 0.88);
2930
--color-yellow: rgba(248, 203, 44, 0.88);
3031

31-
--importer-link: #2275d7;
32+
--color-importer-link: #2275d7;
33+
--importer-link: var(--color-importer-link); // Deprecated
3234
}

0 commit comments

Comments
 (0)