Skip to content

Commit

Permalink
update: more letter spacing customization
Browse files Browse the repository at this point in the history
  • Loading branch information
vshakitskiy committed Dec 28, 2023
1 parent 4edc464 commit a764e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/src/components/RightPanel/FontSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export function FontSection({ selectedElement }: FontSectionProps) {
}} type="number" value={selectedElement.lineHeight}>
<LineHeightIcon />
</Input>
<Input max={5} min={0} onChange={value => {
<Input max={10} min={-10} onChange={value => {
updateElement({
...selectedElement,
letterSpacing: value,
Expand Down

0 comments on commit a764e8d

Please sign in to comment.