Skip to content

feat: stroke color, ui library, margin adjustments #1799

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@kleros/kleros-app": "^2.0.1",
"@kleros/kleros-sdk": "workspace:^",
"@kleros/kleros-v2-contracts": "workspace:^",
"@kleros/ui-components-library": "^2.17.0",
"@kleros/ui-components-library": "^2.18.0",
"@lifi/wallet-management": "^3.4.6",
"@lifi/widget": "^3.12.3",
"@sentry/react": "^7.120.0",
Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/Cases/CaseDetails/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const HeaderContainer = styled.div`
display: flex;
align-items: center;
margin-top: -2px;
margin-bottom: ${responsiveSize(16, 24)};
margin-bottom: ${responsiveSize(16, 32)};
`;

const Header = styled.h1`
Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/Home/CourtOverview/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const StyledHeader = styled.div`
flex-wrap: wrap;
justify-content: space-between;
gap: 8px 12px;
margin-bottom: 12px;
margin-bottom: ${responsiveSize(12, 20)};
`;

const StyledH1 = styled.h1`
Expand Down
2 changes: 1 addition & 1 deletion web/src/styles/themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const darkTheme = {
lightBlue: "#2A1260",
primaryText: "#DAF0FF",
secondaryText: "#BECCE5",
stroke: "#42498F",
stroke: "#392C74",
lightGrey: "#2D1865",

whiteBackground: "#220050",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5572,7 +5572,7 @@ __metadata:
"@kleros/kleros-v2-eslint-config": "workspace:^"
"@kleros/kleros-v2-prettier-config": "workspace:^"
"@kleros/kleros-v2-tsconfig": "workspace:^"
"@kleros/ui-components-library": "npm:^2.17.0"
"@kleros/ui-components-library": "npm:^2.18.0"
"@lifi/wallet-management": "npm:^3.4.6"
"@lifi/widget": "npm:^3.12.3"
"@sentry/react": "npm:^7.120.0"
Expand Down Expand Up @@ -5657,9 +5657,9 @@ __metadata:
languageName: node
linkType: hard

"@kleros/ui-components-library@npm:^2.17.0":
version: 2.17.0
resolution: "@kleros/ui-components-library@npm:2.17.0"
"@kleros/ui-components-library@npm:^2.18.0":
version: 2.18.0
resolution: "@kleros/ui-components-library@npm:2.18.0"
dependencies:
"@datepicker-react/hooks": "npm:^2.8.4"
"@swc/helpers": "npm:^0.3.2"
Expand All @@ -5676,7 +5676,7 @@ __metadata:
react-dom: ^18.0.0
react-is: ^18.0.0
styled-components: ^5.3.3
checksum: 10/41c9ea2df8d08019cbe5b61e266862b4d7e78eecabf989daf429727f8b6943f5072e1d875a4e340530f90425d1703b233863597bc1a9e023a99b09d205865cf4
checksum: 10/ef51cd75eaf037c2b2c69a0236a3b2891c657c339c5b357e5aa8ba84d9e1626bbbd76bf954d578f1caad3bbe2bc7d62097eace475ce62a7d8bfaafef5239d0ad
languageName: node
linkType: hard

Expand Down
Loading