Closed selankon closed 5 months ago
We found that on phones, some elections results are not displayed correctly:
This could be provoked because a leak of fallback on the font family for the Text v2 component.
This PR delete the font family property to use the one defined by the global.ts: https://github.com/vocdoni/explorer-ui/blob/ece0c783afecdf5d24e3097f02799693de96f2fd/theme/global.ts#L21
global.ts
We found that on phones, some elections results are not displayed correctly:
This could be provoked because a leak of fallback on the font family for the Text v2 component.
This PR delete the font family property to use the one defined by the
global.ts
: https://github.com/vocdoni/explorer-ui/blob/ece0c783afecdf5d24e3097f02799693de96f2fd/theme/global.ts#L21