Skip to content

Commit

Permalink
Fix background color for dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
sebelga committed Jun 28, 2021
1 parent 62d1425 commit f115260
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.componentTemplatesListItem {
background-color: $euiColorGhost;
background-color: $euiPageBackgroundColor;
padding: $euiSizeM;
border-bottom: $euiBorderThin;
position: relative;
Expand Down

0 comments on commit f115260

Please sign in to comment.