Skip to content

Commit

Permalink
A0-3395: Update secondary accent color
Browse files Browse the repository at this point in the history
  • Loading branch information
youPickItUp committed Oct 25, 2023
1 parent 516bf86 commit f559491
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions patches/@polkadot-cloud+core+0.1.20.patch
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ index 93d847d..5eea5d2 100644
\ No newline at end of file
diff --git a/node_modules/@polkadot-cloud/core/theme/aleph-zero-relay/index.css b/node_modules/@polkadot-cloud/core/theme/aleph-zero-relay/index.css
new file mode 100644
index 0000000..dc85706
index 0000000..6284532
--- /dev/null
+++ b/node_modules/@polkadot-cloud/core/theme/aleph-zero-relay/index.css
@@ -0,0 +1,28 @@
Expand All @@ -120,8 +120,8 @@ index 0000000..dc85706
+.theme-aleph-zero-custom-relay {
+ --accent-color-primary-light: #00ccab;
+ --accent-color-primary-dark: #00ccab;
+ --accent-color-secondary-light: #00ccabaa;
+ --accent-color-secondary-dark: #00ccabaa;
+ --accent-color-secondary-light: #0A766C;
+ --accent-color-secondary-dark: #0A766C;
+ --accent-color-stroke-light: #00ccab;
+ --accent-color-stroke-dark: #00ccab;
+ --accent-color-transparent-light: #00ccab0d;
Expand Down

0 comments on commit f559491

Please sign in to comment.