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

fix: make grey more grey #1738

Merged
merged 2 commits into from
Dec 5, 2024
Merged

fix: make grey more grey #1738

merged 2 commits into from
Dec 5, 2024

Conversation

astandrik
Copy link
Collaborator

@astandrik astandrik commented Dec 5, 2024

Closes #1733

CI Results

Test Status: βœ… PASSED

πŸ“Š Full Report

Total Passed Failed Flaky Skipped
208 208 0 0 0

😟 No changes in tests. πŸ˜•

Bundle Size: βœ…

Current: 65.97 MB | Main: 65.97 MB
Diff: +0.00 KB (0.00%)

βœ… Bundle size unchanged.

ℹ️ CI Information
  • Test recordings for failed tests are available in the full report.
  • Bundle size is measured for the entire 'dist' directory.
  • πŸ“Š indicates links to detailed reports.
  • πŸ”Ί indicates increase, πŸ”½ decrease, and βœ… no change in bundle size.

@@ -3,7 +3,7 @@ $memory-type-colors: (
'SharedCacheConsumption': var(--g-color-base-info-medium-hover),
'MemTableConsumption': var(--g-color-base-warning-medium-hover),
'QueryExecutionConsumption': var(--g-color-base-positive-medium-hover),
'Other': var(--g-color-base-neutral-light-hover),
'Other': var(---g-color-base-generic-medium-hover),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To much -)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If only we had a designer...

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, -
though about color =)

@astandrik astandrik added this pull request to the merge queue Dec 5, 2024
Merged via the queue into main with commit 6d39f9d Dec 5, 2024
7 checks passed
@astandrik astandrik deleted the astandrik.grey-more-grey-1733 branch December 5, 2024 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix: make grey in memory more grey
2 participants