Skip to content

Commit

Permalink
[APM] UI Dark theme fixes (#38840) (#38968)
Browse files Browse the repository at this point in the history
* Removed hard-coded background color

* Updated x-axis ticks text color to match other charts

* Updated to match Eui border-radius

* Update snapshots
  • Loading branch information
formgeist authored Jun 14, 2019
1 parent 0b00499 commit 6bbe81f
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 56 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ function TimelineAxis({ plotValues, agentMarks, traceRootDuration }) {
<div
style={{
position: 'absolute',
backgroundColor: theme.euiColorEmptyShade,
borderBottom: `1px solid ${theme.euiColorMediumShade}`,
height: px(margins.top),
zIndex: 2,
Expand All @@ -70,7 +69,7 @@ function TimelineAxis({ plotValues, agentMarks, traceRootDuration }) {
tickFormat={tickFormat}
tickPadding={20}
style={{
text: { fill: theme.euiColorMediumShade }
text: { fill: theme.euiColorDarkShade }
}}
/>

Expand Down
Loading

0 comments on commit 6bbe81f

Please sign in to comment.