ghostButtonLightTheme top-level constant

SeniorButtonThemeData const ghostButtonLightTheme

Implementation

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