We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 559bbf0 + fbb0ae1 commit 6e55c62Copy full SHA for 6e55c62
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@kleros/ui-components-library",
3
- "version": "2.17.0",
+ "version": "2.18.0",
4
"description": "UI components library which implements the Kleros design system.",
5
"source": "src/lib/index.ts",
6
"main": "dist/index.js",
src/styles/themes.ts
@@ -44,7 +44,7 @@ export const darkTheme = {
44
klerosUIComponentsLightBlue: "#2A1260",
45
klerosUIComponentsPrimaryText: "#DAF0FF",
46
klerosUIComponentsSecondaryText: "#BECCE5",
47
- klerosUIComponentsStroke: "#42498F",
+ klerosUIComponentsStroke: "#392C74",
48
klerosUIComponentsLightGrey: "#2D1865",
49
50
klerosUIComponentsWhiteBackground: "#220050",
0 commit comments