Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 44d9fbe

Browse files
author
dFayet
committed
Fix graph text color
1 parent fad7c8c commit 44d9fbe

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/time.css.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
font-size: 12px;
5454
line-height: 12px;
5555
font-weight: normal;
56-
color: var(--color-text);
56+
fill: var(--color-text);
5757
}
5858

5959
.timeline-graph .timeline-label .timeline-sublabel {

0 commit comments

Comments
 (0)