Skip to content

Commit

Permalink
Remove button capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
majakomel committed Jul 23, 2024
1 parent ceaf055 commit 7728d7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ooni-components",
"version": "0.6.0-alpha.9",
"version": "0.6.0-alpha.10",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion src/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ const theme = {
base: {
fontFamily: 'inherit',
display: 'inline-block',
textTransform: 'capitalize',
textAlign: 'center',
letterSpacing: '0.5px',
verticalAlign: 'middle',
Expand Down

0 comments on commit 7728d7c

Please sign in to comment.