mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
ref(theme): revert spacing to number and not rem.
There are still many places where theme.spacing is expected to be number. Reverting parts of 057dc0e4d2 .
This commit is contained in:
@@ -42,7 +42,7 @@ export function createNativeTheme({ font, colorMap, shape, spacing, typography }
|
||||
...DefaultTheme,
|
||||
palette: createColorTokens(colorMap),
|
||||
shape,
|
||||
spacing: spacing.map(remToPixels),
|
||||
spacing,
|
||||
typography: {
|
||||
font,
|
||||
...convertRemValues(typography)
|
||||
|
||||
Reference in New Issue
Block a user