ghostIconButtonWiipoTheme top-level constant

SeniorIconButtonThemeData const ghostIconButtonWiipoTheme

Implementation

const ghostIconButtonWiipoTheme = const SeniorIconButtonThemeData(
  style: SeniorIconButtonStyle(
    borderColor: WiipoColors.grayscale20,
    buttonColor: WiipoColors.pureWhite,
    disabledBorderColor: WiipoColors.grayscale20,
    disabledButtonColor: WiipoColors.pureWhite,
    disabledIconColor: WiipoColors.primaryColor100,
    iconColor: WiipoColors.primaryColor,
    outlinedColor: WiipoColors.primaryColor500,
  ),
);