Default

Default implementation of AiutaButtonThemeTypography.

This class provides standard text styles for buttons:

  • Medium buttons: Bold weight, 14sp font size, 20sp line height

  • Small buttons: Medium weight, 13sp font size, 18sp line height

theme {
button {
typography = AiutaButtonThemeTypography.Default()
}
}

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override val buttonM: TextStyle

Text style for medium-sized buttons

Link copied to clipboard
open override val buttonS: TextStyle

Text style for small-sized buttons