text Button Colors Primary
fun textButtonColorsPrimary(color: Color = COUITheme.colorScheme.primary, disabledColor: Color = COUITheme.colorScheme.disabledPrimaryButton, textColor: Color = COUITheme.colorScheme.onPrimary, disabledTextColor: Color = COUITheme.colorScheme.disabledOnPrimaryButton): TextButtonColors
The TextButtonColors for primary text buttons.