Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use tabular nums in performance monitor (#6936)
## Summary This PR adds `fontVariant: ['tabular-nums']` in `<PerformanceMonitor />` component in order to prevent text jumps and for the sake of better readability. <table> <thead> <tr> <th>Before</th> <th>After</th> </tr> </thead> <tbody> <tr> <td> <video src="https://github.com/user-attachments/assets/01d6941c-4a6d-41a4-9a2b-af4cc43e03ed" /> </td> <td> <video src="https://github.com/user-attachments/assets/bb76c2ef-da66-4bcf-ab36-9a9734b02922" /> </td> </tr> </tbody> </table> ## Test plan
- Loading branch information