ghostButtonWiipoTheme top-level constant

SeniorButtonThemeData const ghostButtonWiipoTheme

Implementation

const ghostButtonWiipoTheme = const SeniorButtonThemeData(
  style: SeniorButtonStyle(
    contentColor: WiipoColors.primaryColor600,
    disabledContentColor: WiipoColors.primaryColor300,
    loaderColor: WiipoColors.primaryColor300,
    dangerContentColor: SeniorColors.manchesterColorRed500,
    dangerDisabledContentColor: SeniorColors.manchesterColorRed100,
  ),
);