Skip to content
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 Lib/profiling/sampling/_flamegraph_assets/flamegraph.css
Original file line numberDiff line numberDiff line change
Expand Up@@ -789,7 +789,7 @@ body.resizing-sidebar{
.tooltip-location{
font-family: var(--font-mono);
font-size: 11px;
color: var(--text-muted);
color: var(--text-secondary);
background: var(--bg-tertiary);
padding: 4px 8px;
border-radius: 4px;
Expand Down
4 changes: 2 additions & 2 deletions Lib/profiling/sampling/_shared_assets/base.css
Original file line numberDiff line numberDiff line change
Expand Up@@ -44,7 +44,7 @@

--text-primary: #2e3338;
--text-secondary: #5a6c7d;
--text-muted: #8b949e;
--text-muted: #6f767e;

--accent: #3776ab;
--accent-hover: #2d5aa0;
Expand DownExpand Up@@ -91,7 +91,7 @@

--text-primary: #e6edf3;
--text-secondary: #8b949e;
--text-muted: #6e7681;
--text-muted: #757e8a;

--accent: #58a6ff;
--accent-hover: #79b8ff;
Expand Down
Loading