Docs

ButtonTheme

type ButtonTheme = {
  buttonBackgroundColor?: string;
  buttonBorderColor?: string;
  buttonTextColor?: string;
};