AKAspanion / ui-neumorphism

📕 React component library designed on the "new skeuomorphism" or "neumorphism" UI/UX trend.

Home Page:https://akaspanion.github.io/ui-neumorphism/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to change button font size.

pietdaniel opened this issue · comments

I cannot change the font-size of the button. I would expect the following to work:

<Button style={{fontSize: '5px'}} />

I believe this value is the culprit.

@pietdaniel
You can try this.
.nu-button-inner {
font-size: 16px !important;
}

What about something like this: master...pietdaniel:ui-neumorphism:master

The reasoning behind this is to have a xs variant and to have the sm variant be smaller. Something like:

Screen Shot 2023-07-15 at 9 28 36 PM