@import "./tab-bar";
@import "../../themes/ionic.globals.md";
@import "../tab-button/tab-button.md.vars";

:host {
  // default color / background
  --background: #{$tabbar-md-background};
  --background-focused: #{$tabbar-md-background-focused};
  --border: #{1px solid $tabbar-md-border-color};
  --color: #{$tab-button-md-text-color};
  --color-selected: #{$tabbar-md-color-selected};

  height: 56px;
}