Skip to content

Commit

Permalink
[Desktop] Change arrow color based on current theme
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolemos committed Dec 24, 2018
1 parent dc5dd84 commit 5bc863e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/desktop/assets/css/arrow.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ body {
width: 0;
height: 0;
border-right: 10px solid transparent;
border-bottom: 10px solid #fff;
border-bottom: 10px solid var(--theme_backgroundColorLess08);
border-left: 10px solid transparent;
margin: auto;
transition: border-bottom-width .2s ease,border-bottom-color .3s ease;
}
}

0 comments on commit 5bc863e

Please sign in to comment.