Skip to content

Commit

Permalink
fix: update drawer text color
Browse files Browse the repository at this point in the history
  • Loading branch information
sghoweri committed Oct 24, 2019
1 parent 3c63545 commit 1d3ca76
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ pl-drawer {
font-family: $pl-font;
background-color: $pl-color-gray-87;
background-color: var(--theme-secondary, $pl-color-gray-87);
color: currentColor;
color: white;
color: var(--theme-text, white);
width: 100%;
height: 100%;
transform: translate3d(0, 0, 0);
Expand Down

0 comments on commit 1d3ca76

Please sign in to comment.