Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use tabular nums in performance monitor #6936

Merged
merged 1 commit into from
Jan 25, 2025
Merged
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
Use tabular nums in performance monitor
  • Loading branch information
tomekzaw committed Jan 25, 2025
commit 774b03ddd9ecd44b5306ac6874693b31a06307c7
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ const styles = StyleSheet.create({
},
text: {
fontSize: 13,
fontVariant: ['tabular-nums'],
color: '#ffff',
fontFamily: 'monospace',
paddingHorizontal: 3,
Expand Down
Loading