tangled mirror of catsky-🐱 Soothing soft social-app fork with all the niche toggles! (Unofficial); for issues and PRs please put them on github:NekoDrone/catsky-social

make sure border radius matches inset border (#9207)

authored by samuel.fm and committed by

GitHub 591fd262 ede10368

+3 -3
+3 -3
src/view/com/composer/photos/Gallery.tsx
··· 19 19 import {isNative} from '#/platform/detection' 20 20 import {type ComposerImage, cropImage} from '#/state/gallery' 21 21 import {Text} from '#/view/com/util/text/Text' 22 - import {useTheme} from '#/alf' 22 + import {tokens, useTheme} from '#/alf' 23 23 import * as Dialog from '#/components/Dialog' 24 24 import {MediaInsetBorder} from '#/components/MediaInsetBorder' 25 25 import {type PostAction} from '../state/composer' ··· 275 275 }, 276 276 image: { 277 277 resizeMode: 'cover', 278 - borderRadius: 8, 278 + borderRadius: tokens.borderRadius.md, 279 279 }, 280 280 imageControl: { 281 281 width: 24, 282 282 height: 24, 283 - borderRadius: 12, 283 + borderRadius: tokens.borderRadius.md, 284 284 backgroundColor: 'rgba(0, 0, 0, 0.75)', 285 285 alignItems: 'center', 286 286 justifyContent: 'center',