fix(fab): fix the icon colors and fixed styles

This commit is contained in:
Brandy Carney
2017-07-27 14:59:54 -04:00
parent 4582dfa9ff
commit 11e8c7d0ab
4 changed files with 68 additions and 5 deletions

View File

@ -4,7 +4,13 @@ import { getParentElement, getToolbarHeight } from '../../utils/helpers';
@Component({
tag: 'ion-fixed',
styleUrl: 'fixed.scss'
styleUrl: 'fixed.scss',
// TODO REMOVE when https://github.com/ionic-team/stencil/issues/52 is done
styleUrls: {
ios: 'fixed.scss',
md: 'fixed.scss',
wp: 'fixed.scss'
}
})
export class Fixed {
@Element() private el: HTMLElement;