Skip to content

Custom height for Button #352

@ButuzGOL

Description

@ButuzGOL

When i set custom button height with

        <Button
            style={{
              marginTop: 20,
              height: 50,
              marginLeft: 0,
              marginRight: 0,
              justifyContent: 'center',
            }}
            loading={loading}
            raised
            compact
            primary
            onPress={this.onSubmit}
          >
            {t('signIn')}
          </Button>

i see on touch start

screen shot 2018-05-07 at 3

is there any way to do
Hover effect all over button ?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions