Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed android/app/src/main/assets/fonts/Inter-Bold.otf
Binary file not shown.
Binary file added android/app/src/main/assets/fonts/Inter-Bold.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Inter-Medium.otf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Inter-Regular.otf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion app/containers/AudioPlayer/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ const styles = StyleSheet.create({
},
duration: {
marginHorizontal: 12,
fontVariant: ['tabular-nums'],
fontSize: 14,
...sharedStyles.textRegular
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ exports[`Story Snapshots: BlackThemeLoading should match snapshot 1`] = `
"backgroundColor": "transparent",
"fontFamily": "Inter",
"fontSize": 16,
"fontVariant": [
"tabular-nums",
],
"fontWeight": "400",
"left": 0,
"paddingHorizontal": 24,
Expand Down Expand Up @@ -156,6 +159,9 @@ exports[`Story Snapshots: BlackThemeText should match snapshot 1`] = `
"backgroundColor": "transparent",
"fontFamily": "Inter",
"fontSize": 16,
"fontVariant": [
"tabular-nums",
],
"fontWeight": "400",
"left": 0,
"paddingHorizontal": 24,
Expand Down Expand Up @@ -224,6 +230,9 @@ exports[`Story Snapshots: DarkThemeLoading should match snapshot 1`] = `
"backgroundColor": "transparent",
"fontFamily": "Inter",
"fontSize": 16,
"fontVariant": [
"tabular-nums",
],
"fontWeight": "400",
"left": 0,
"paddingHorizontal": 24,
Expand Down Expand Up @@ -286,6 +295,9 @@ exports[`Story Snapshots: DarkThemeText should match snapshot 1`] = `
"backgroundColor": "transparent",
"fontFamily": "Inter",
"fontSize": 16,
"fontVariant": [
"tabular-nums",
],
"fontWeight": "400",
"left": 0,
"paddingHorizontal": 24,
Expand Down Expand Up @@ -354,6 +366,9 @@ exports[`Story Snapshots: Loading should match snapshot 1`] = `
"backgroundColor": "transparent",
"fontFamily": "Inter",
"fontSize": 16,
"fontVariant": [
"tabular-nums",
],
"fontWeight": "400",
"left": 0,
"paddingHorizontal": 24,
Expand Down Expand Up @@ -416,6 +431,9 @@ exports[`Story Snapshots: LongText should match snapshot 1`] = `
"backgroundColor": "transparent",
"fontFamily": "Inter",
"fontSize": 16,
"fontVariant": [
"tabular-nums",
],
"fontWeight": "400",
"left": 0,
"paddingHorizontal": 24,
Expand Down Expand Up @@ -484,6 +502,9 @@ exports[`Story Snapshots: Text should match snapshot 1`] = `
"backgroundColor": "transparent",
"fontFamily": "Inter",
"fontSize": 16,
"fontVariant": [
"tabular-nums",
],
"fontWeight": "400",
"left": 0,
"paddingHorizontal": 24,
Expand Down
15 changes: 15 additions & 0 deletions app/containers/Button/__snapshots__/Button.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ exports[`Story Snapshots: CustomButton should match snapshot 1`] = `
{
"backgroundColor": "transparent",
"fontFamily": "Inter",
"fontVariant": [
"tabular-nums",
],
"fontWeight": "500",
"textAlign": "center",
},
Expand Down Expand Up @@ -141,6 +144,9 @@ exports[`Story Snapshots: DisabledButton should match snapshot 1`] = `
{
"backgroundColor": "transparent",
"fontFamily": "Inter",
"fontVariant": [
"tabular-nums",
],
"fontWeight": "500",
"textAlign": "center",
},
Expand Down Expand Up @@ -341,6 +347,9 @@ exports[`Story Snapshots: PrimaryButton should match snapshot 1`] = `
{
"backgroundColor": "transparent",
"fontFamily": "Inter",
"fontVariant": [
"tabular-nums",
],
"fontWeight": "500",
"textAlign": "center",
},
Expand Down Expand Up @@ -415,6 +424,9 @@ exports[`Story Snapshots: SecondaryButton should match snapshot 1`] = `
{
"backgroundColor": "transparent",
"fontFamily": "Inter",
"fontVariant": [
"tabular-nums",
],
"fontWeight": "500",
"textAlign": "center",
},
Expand Down Expand Up @@ -490,6 +502,9 @@ exports[`Story Snapshots: SmallButton should match snapshot 1`] = `
"backgroundColor": "transparent",
"fontFamily": "Inter",
"fontSize": 12,
"fontVariant": [
"tabular-nums",
],
"fontWeight": "700",
"lineHeight": 18,
"textAlign": "left",
Expand Down
18 changes: 18 additions & 0 deletions app/containers/Chip/__snapshots__/Chip.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ exports[`Story Snapshots: ChipFullWidth should match snapshot 1`] = `
"backgroundColor": "transparent",
"fontFamily": "Inter",
"fontSize": 16,
"fontVariant": [
"tabular-nums",
],
"fontWeight": "500",
"textAlign": "left",
},
Expand Down Expand Up @@ -244,6 +247,9 @@ exports[`Story Snapshots: ChipText should match snapshot 1`] = `
"backgroundColor": "transparent",
"fontFamily": "Inter",
"fontSize": 16,
"fontVariant": [
"tabular-nums",
],
"fontWeight": "500",
"textAlign": "left",
},
Expand Down Expand Up @@ -427,6 +433,9 @@ exports[`Story Snapshots: ChipWithShortText should match snapshot 1`] = `
"backgroundColor": "transparent",
"fontFamily": "Inter",
"fontSize": 16,
"fontVariant": [
"tabular-nums",
],
"fontWeight": "500",
"textAlign": "left",
},
Expand Down Expand Up @@ -555,6 +564,9 @@ exports[`Story Snapshots: ChipWithoutAvatar should match snapshot 1`] = `
"backgroundColor": "transparent",
"fontFamily": "Inter",
"fontSize": 16,
"fontVariant": [
"tabular-nums",
],
"fontWeight": "500",
"textAlign": "left",
},
Expand Down Expand Up @@ -683,6 +695,9 @@ exports[`Story Snapshots: ChipWithoutAvatarAndIcon should match snapshot 1`] = `
"backgroundColor": "transparent",
"fontFamily": "Inter",
"fontSize": 16,
"fontVariant": [
"tabular-nums",
],
"fontWeight": "500",
"textAlign": "left",
},
Expand Down Expand Up @@ -840,6 +855,9 @@ exports[`Story Snapshots: ChipWithoutIcon should match snapshot 1`] = `
"backgroundColor": "transparent",
"fontFamily": "Inter",
"fontSize": 16,
"fontVariant": [
"tabular-nums",
],
"fontWeight": "500",
"textAlign": "left",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ exports[`Story Snapshots: Item should match snapshot 1`] = `
"backgroundColor": "transparent",
"fontFamily": "Inter",
"fontSize": 16,
"fontVariant": [
"tabular-nums",
],
"fontWeight": "400",
"textAlign": "left",
"textAlignVertical": "center",
Expand All @@ -40,6 +43,9 @@ exports[`Story Snapshots: Item should match snapshot 1`] = `
"backgroundColor": "transparent",
"fontFamily": "Inter",
"fontSize": 16,
"fontVariant": [
"tabular-nums",
],
"fontWeight": "400",
"textAlign": "left",
"textAlignVertical": "center",
Expand All @@ -63,6 +69,9 @@ exports[`Story Snapshots: Item should match snapshot 1`] = `
"backgroundColor": "transparent",
"fontFamily": "Inter",
"fontSize": 16,
"fontVariant": [
"tabular-nums",
],
"fontWeight": "400",
"textAlign": "left",
"textAlignVertical": "center",
Expand Down
Loading
Loading