Skip to content

Commit c09bf09

Browse files
committed
fix: link text m arrow size
1 parent 6fa730e commit c09bf09

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.4.2](https://github.com/gravity-ui/page-constructor/pull/46) (2022-11-07)
4+
5+
### Bug Fixes
6+
7+
* change link text m arrow size
8+
39
## [1.4.1](https://github.com/gravity-ui/page-constructor/pull/42) (2022-10-28)
410

511
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gravity-ui/page-constructor",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "Gravity UI Page Constructor",
55
"license": "MIT",
66
"repository": {

src/components/Link/Link.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function getArrowSize(size: TextSize) {
2121
case 'l':
2222
return 20;
2323
case 'm':
24-
return 12;
24+
return 18;
2525
case 's':
2626
return 12;
2727
default:

0 commit comments

Comments
 (0)