Browse Source

Fix twitter theme icon colors

1.0
jlukic 10 years ago
parent
commit
5b324236a5
1 changed files with 2 additions and 3 deletions
  1. 5
      src/themes/twitter/elements/button.variables

5
src/themes/twitter/elements/button.variables

@ -22,8 +22,6 @@
@horizontalPadding: 1.284em;
@verticalPadding: 0.8571em;
@iconColor: #55ACEE;
@activeBackgroundColor: rgba(0, 0, 0, 0.1);
@primaryColor: @blue;
@ -43,4 +41,5 @@
@downPressedShadow: 0px 1px 4px rgba(0, 0, 0, 0.2) inset;
@labeledIconBackgroundColor: rgba(85, 172, 238, 0.05);
@labeledIconBorder: @borderBoxShadowColor;
@labeledIconBorder: @borderBoxShadowColor;
@labeledIconColor: #55ACEE;
Loading…
Cancel
Save