ghostButtonLightTheme top-level constant

SeniorButtonThemeData const ghostButtonLightTheme

Implementation

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