ros.grant.common 2.1.13 → 2.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -95,10 +95,10 @@
95
95
  .arrow {
96
96
  display: flex;
97
97
  align-items: center;
98
- font-weight: bold;
99
- font-size: 12px;
100
- line-height: 16px;
101
- font-family: 'PT Sans Caption', sans-serif;
98
+ font-family: var(--body-md-bold-font-family);
99
+ font-size: var(--body-md-bold-font-size);
100
+ font-weight: var(--body-md-bold-font-weight);
101
+ line-height: var(--body-md-bold-line-height);
102
102
  cursor: pointer;
103
103
 
104
104
  svg {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.1.13",
2
+ "version": "2.1.14",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {