-
Notifications
You must be signed in to change notification settings - Fork 47
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
feat: stroke color, ui library, margin adjustments #1799
Conversation
WalkthroughThis pull request introduces minor styling and theming updates across the web application. The changes include updating the Changes
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Tip CodeRabbit's docstrings feature is now available as part of our Early Access Program! Simply use the command 📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (4)
✅ Files skipped from review due to trivial changes (2)
🔇 Additional comments (3)web/src/pages/Home/CourtOverview/Header.tsx (1)
The change from a fixed margin to web/src/styles/themes.ts (2)
The stroke color change from
Please ensure the new colors ( Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Code Climate has analyzed commit 1c13912 and detected 0 issues on this pull request. View more on Code Climate. |
|
✅ Deploy Preview for kleros-v2-testnet ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
❌ Deploy Preview for kleros-v2-testnet-devtools failed. Why did it fail? →
|
✅ Deploy Preview for kleros-v2-university ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for kleros-v2-neo ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
PR-Codex overview
This PR focuses on updating styles and dependencies in the project. It modifies color values in the theme, adjusts margin properties in components, and upgrades the version of the
@kleros/ui-components-library
package.Detailed summary
stroke
color inweb/src/styles/themes.ts
.margin-bottom
inweb/src/pages/Home/CourtOverview/Header.tsx
to a responsive size.margin-bottom
inweb/src/pages/Cases/CaseDetails/index.tsx
.@kleros/ui-components-library
version from^2.17.0
to^2.18.0
inweb/package.json
andyarn.lock
.yarn.lock
.Summary by CodeRabbit
New Features
Styling Changes