Skip to content
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

Fixed a few issues from MFE Bugbash India sheet #690

Merged
merged 4 commits into from
Jan 23, 2025
Merged
Changes from 1 commit
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
Prev Previous commit
Changed diff viewer colors to work with light theme
vivek-harness committed Jan 23, 2025
commit 7947a9cbe2d767b8d4f07f8a88f86c34d1c266c7
26 changes: 13 additions & 13 deletions packages/ui/src/shared-style-variables.css
Original file line number Diff line number Diff line change
@@ -315,23 +315,23 @@
--canary-ai-button-stop-2: var(--canary-ai-pink);
--canary-ai-button-stop-3: var(--canary-ai-purple);
--canary-ai-button-stop-4: var(--canary-ai-cyan);
--diff-grey: hsl(0 0% 33%);
--diff-add-content--: hsl(156 28% 10%);
--diff-del-content--: hsl(356 28% 11%);
--diff-add-lineNumber--: hsl(153 40% 14%);
--diff-del-lineNumber--: hsl(358 39% 17%);
--diff-grey: hsl(0 0% 20%);
--diff-add-content--: hsl(156 100% 95%);
--diff-del-content--: hsl(356 100% 95%);
--diff-add-lineNumber--: hsl(153 100% 90%);
--diff-del-lineNumber--: hsl(358 100% 90%);
--diff-plain-content--: var(--canary-background);
--diff-expand-content--: var(--canary-background);
--diff-plain-lineNumber--: var(--canary-background);
--diff-plain-lineNumber-color--: hsl(0 0% 100%);
--diff-hunk-content--: hsl(218 26% 12%);
--diff-hunk-lineNumber--: hsl(218 26% 12%);
--diff-add-content-highlight--: hsl(152 37% 24%);
--diff-del-content-highlight--: hsl(0 38% 26%);
--diff-add-widget--: hsl(216 80% 65%);
--diff-add-widget-color--: hsl(0 0% 100%);
--diff-plain-lineNumber-color--: hsl(0 0% 0%);
--diff-hunk-content--: hsl(218 26% 95%);
--diff-hunk-lineNumber--: hsl(218 26% 95%);
--diff-add-content-highlight--: hsl(152 37% 90%);
--diff-del-content-highlight--: hsl(0 38% 90%);
--diff-add-widget--: hsl(216 80% 95%);
--diff-add-widget-color--: hsl(0 0% 0%);
--diff-empty-content--: var(--canary-background);
--diff-hunk-content-color--: hsl(0 0% 100%);
--diff-hunk-content-color--: hsl(0 0% 0%);
/* New colors design variables */
/* Text */
--canary-foreground-01: var(--canary-harness-grey-900);