geist-ui
geist-ui copied to clipboard
Do not capitalize every word in Button
Bug report 🐞
Version & Environment
- Google Chrome Version 98.0.4758.80 (Official Build) (x86_64)
@geist-ui/core v2.3.8
Expected Behaviour
Actual results (or Errors)
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...
no update?