import Common.Styles 1.0

// =============================================================================

AbstractTextButton {
  colorDisabled: TextButtonAStyle.backgroundColor.disabled
  colorHovered: TextButtonAStyle.backgroundColor.hovered
  colorNormal: TextButtonAStyle.backgroundColor.normal
  colorPressed: TextButtonAStyle.backgroundColor.pressed

  textColorDisabled: TextButtonAStyle.textColor.disabled
  textColorHovered: TextButtonAStyle.textColor.hovered
  textColorNormal: TextButtonAStyle.textColor.normal
  textColorPressed: TextButtonAStyle.textColor.pressed
}