Skip to content

Add filled tonal button style #86

Open
@kafri8889

Description

@kafri8889

Any plan to add filled tonal button style?

/**
 * Available button styles.
 */
enum class ButtonStyle {

    /**
     * Text button.
     */
    TEXT,

    /**
     * Elevated button.
     */
    ELEVATED,

    /**
     * Filled button.
     */
    FILLED,

    /**
     * Outlined button.
     */
    OUTLINED
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions