Skip to content

Commit

Permalink
(PC-32558) fix(theme): fix the tiles size to adapt with the new typo (#…
Browse files Browse the repository at this point in the history
…7064)

* (PC-32558) fix(theme): fix the tiles size to adapt with the new typo

* remarks miss
  • Loading branch information
YassinL authored Oct 21, 2024
1 parent 701872a commit 680e885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/styled/useComputedTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function useComputedTheme(theme: BaseAppThemeType) {
const tabBarHeight = enableTabBarV2 ? theme.tabBar.heightV2 : theme.tabBar.height
const appContentWidth = Math.min(desktopMinWidth, windowWidth)
const offerMaxCaptionHeight = enableNewOfferTile
? getSpacing(24)
? getSpacing(26)
: theme.tiles.maxCaptionHeight.offer

return useMemo<AppThemeType>(
Expand Down

0 comments on commit 680e885

Please sign in to comment.