ghostButtonDarkTheme top-level constant

SeniorButtonThemeData const ghostButtonDarkTheme

Implementation

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