A button's appearance is separated into two - Text and ButtonStyle

To modify the text →

  1. Create a text extension & Make your text size body and size weight as bold

    Untitled

  2. Apply your text extension to your text

    Untitled

To modify the button style →

  1. Create a neumorphism button style that conforms to ButtonStyle protocol

    Untitled

  2. Apply the button style to your button

    Untitled

See you result

Untitled