Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
fix(button): default background-color on fab buttons on toolbar
Browse files Browse the repository at this point in the history
closes #1223
  • Loading branch information
rschmukler committed Jan 21, 2015
1 parent 9154965 commit 08ebff4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/button/button-theme.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
$button-border-radius: 3px !default;
$button-fab-border-radius: 50% !default;

md-toolbar .md-button.md-THEME_NAME-theme.md-fab {
background-color: white;
}

.md-button.md-THEME_NAME-theme {
border-radius: $button-border-radius;

Expand Down

0 comments on commit 08ebff4

Please sign in to comment.