Skip to content

Commit f559491

Browse files
committed
A0-3395: Update secondary accent color
1 parent 516bf86 commit f559491

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

patches/@polkadot-cloud+core+0.1.20.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ index 93d847d..5eea5d2 100644
109109
\ No newline at end of file
110110
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
111111
new file mode 100644
112-
index 0000000..dc85706
112+
index 0000000..6284532
113113
--- /dev/null
114114
+++ b/node_modules/@polkadot-cloud/core/theme/aleph-zero-relay/index.css
115115
@@ -0,0 +1,28 @@
@@ -120,8 +120,8 @@ index 0000000..dc85706
120120
+.theme-aleph-zero-custom-relay {
121121
+ --accent-color-primary-light: #00ccab;
122122
+ --accent-color-primary-dark: #00ccab;
123-
+ --accent-color-secondary-light: #00ccabaa;
124-
+ --accent-color-secondary-dark: #00ccabaa;
123+
+ --accent-color-secondary-light: #0A766C;
124+
+ --accent-color-secondary-dark: #0A766C;
125125
+ --accent-color-stroke-light: #00ccab;
126126
+ --accent-color-stroke-dark: #00ccab;
127127
+ --accent-color-transparent-light: #00ccab0d;

0 commit comments

Comments
 (0)