File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 81
81
"@kleros/kleros-app" : " ^2.0.1" ,
82
82
"@kleros/kleros-sdk" : " workspace:^" ,
83
83
"@kleros/kleros-v2-contracts" : " workspace:^" ,
84
- "@kleros/ui-components-library" : " ^2.17 .0" ,
84
+ "@kleros/ui-components-library" : " ^2.18 .0" ,
85
85
"@lifi/wallet-management" : " ^3.4.6" ,
86
86
"@lifi/widget" : " ^3.12.3" ,
87
87
"@sentry/react" : " ^7.120.0" ,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ const HeaderContainer = styled.div`
34
34
display: flex;
35
35
align-items: center;
36
36
margin-top: -2px;
37
- margin-bottom: ${ responsiveSize ( 16 , 24 ) } ;
37
+ margin-bottom: ${ responsiveSize ( 16 , 32 ) } ;
38
38
` ;
39
39
40
40
const Header = styled . h1 `
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const StyledHeader = styled.div`
14
14
flex-wrap: wrap;
15
15
justify-content: space-between;
16
16
gap: 8px 12px;
17
- margin-bottom: 12px ;
17
+ margin-bottom: ${ responsiveSize ( 12 , 20 ) } ;
18
18
` ;
19
19
20
20
const StyledH1 = styled . h1 `
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ export const darkTheme = {
67
67
lightBlue : "#2A1260" ,
68
68
primaryText : "#DAF0FF" ,
69
69
secondaryText : "#BECCE5" ,
70
- stroke : "#42498F " ,
70
+ stroke : "#392C74 " ,
71
71
lightGrey : "#2D1865" ,
72
72
73
73
whiteBackground : "#220050" ,
Original file line number Diff line number Diff line change @@ -5572,7 +5572,7 @@ __metadata:
5572
5572
"@kleros/kleros-v2-eslint-config": "workspace:^"
5573
5573
"@kleros/kleros-v2-prettier-config": "workspace:^"
5574
5574
"@kleros/kleros-v2-tsconfig": "workspace:^"
5575
- "@kleros/ui-components-library": "npm:^2.17 .0"
5575
+ "@kleros/ui-components-library": "npm:^2.18 .0"
5576
5576
"@lifi/wallet-management": "npm:^3.4.6"
5577
5577
"@lifi/widget": "npm:^3.12.3"
5578
5578
"@sentry/react": "npm:^7.120.0"
@@ -5657,9 +5657,9 @@ __metadata:
5657
5657
languageName: node
5658
5658
linkType: hard
5659
5659
5660
- "@kleros/ui-components-library@npm:^2.17 .0":
5661
- version: 2.17 .0
5662
- resolution: "@kleros/ui-components-library@npm:2.17 .0"
5660
+ "@kleros/ui-components-library@npm:^2.18 .0":
5661
+ version: 2.18 .0
5662
+ resolution: "@kleros/ui-components-library@npm:2.18 .0"
5663
5663
dependencies:
5664
5664
"@datepicker-react/hooks": "npm:^2.8.4"
5665
5665
"@swc/helpers": "npm:^0.3.2"
@@ -5676,7 +5676,7 @@ __metadata:
5676
5676
react-dom: ^18.0.0
5677
5677
react-is: ^18.0.0
5678
5678
styled-components: ^5.3.3
5679
- checksum: 10/41c9ea2df8d08019cbe5b61e266862b4d7e78eecabf989daf429727f8b6943f5072e1d875a4e340530f90425d1703b233863597bc1a9e023a99b09d205865cf4
5679
+ checksum: 10/ef51cd75eaf037c2b2c69a0236a3b2891c657c339c5b357e5aa8ba84d9e1626bbbd76bf954d578f1caad3bbe2bc7d62097eace475ce62a7d8bfaafef5239d0ad
5680
5680
languageName: node
5681
5681
linkType: hard
5682
5682
You can’t perform that action at this time.
0 commit comments