File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments