Skip to content

Commit

Permalink
Remove width style from CircleTextField
Browse files Browse the repository at this point in the history
Now to hope that this actually looks decent.
  • Loading branch information
glmdgrielson committed Nov 4, 2024
1 parent d0f1afc commit cbf4d40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export function CircleTextField(
InputProps={{
sx: {
"cursor": cursor,
"width": "3rem",
// Removing width so that we can put in arbitrary values here
"height": "3rem",
// Fixes issue #414
"font-family": "monospace",
Expand Down

0 comments on commit cbf4d40

Please sign in to comment.