Skip to content

How to change the font family of the title, text and button? #20

Description

@kishan-ateerna

I am adding the alert to my app using

Dialog.show({
type: ALERT_TYPE.SUCCESS,
title: 'Success',
textBody: 'Congrats! this is dialog box success',
button: 'close',
});

I want to use google font "solway". How do I change the font family of all the text rendered inside the alert dialog? Is there any way to pass the text element directly to the show method as a prop?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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