geist-org / geist-ui

A design system for building modern websites and applications.
https://geist-ui.dev
MIT License
4.33k stars 334 forks source link

Do not capitalize every word in Button #761

Open awinogradov opened 2 years ago

awinogradov commented 2 years ago

Bug report 🐞

Version & Environment

Expected Behaviour

image

Actual results (or Errors)

image

So, code of that:

<Button ghost type="success">Create team</Button>

The problem exactly here ;) It's not expected behaviour. If somebody need custom formatting for text he/she can do in any other helper on the project side. Button must show text/ReactNode as this.

PS: I can make a PR to fix this...

Geczy commented 1 year ago

no update?