@bitrise/bitkit 13.97.0 → 13.98.0
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.
package/package.json
CHANGED
|
@@ -166,9 +166,9 @@ const getStyleForStepVariant = (size: AvatarSizes) => {
|
|
|
166
166
|
|
|
167
167
|
const getSizeBasedTextStyle = (size: AvatarSizes) => {
|
|
168
168
|
const textStyles = {
|
|
169
|
-
24: '
|
|
170
|
-
32: '
|
|
171
|
-
40: '
|
|
169
|
+
24: 'sans/size-1/bold',
|
|
170
|
+
32: 'sans/size-3/bold',
|
|
171
|
+
40: 'sans/size-4/bold',
|
|
172
172
|
48: 'sans/size-5/semibold',
|
|
173
173
|
64: 'sans/size-6/semibold',
|
|
174
174
|
128: 'sans/size-8/semibold',
|