diff --git a/src/components/PostControls/index.tsx b/src/components/PostControls/index.tsx index f91bcd8a5d..c516c2477d 100644 --- a/src/components/PostControls/index.tsx +++ b/src/components/PostControls/index.tsx @@ -210,7 +210,7 @@ let PostControls = ({ a.flex_1, a.align_start, {marginLeft: big ? -2 : -6}, - replyDisabled ? {opacity: 0.5} : undefined, + replyDisabled ? {opacity: 0.6} : undefined, ]}> }) { - const theme = useTheme() + const t = useTheme() return ( }) { - const t = useTheme_NEW() - const pal = usePalette('default') + const t = useTheme() return ( - + }) { - const pal = usePalette('default') + const t = useTheme() return ( - + - + @@ -184,9 +178,8 @@ export function ProfileCardLoadingPlaceholder({ }: { style?: StyleProp }) { - const pal = usePalette('default') return ( - + - + }) { - const t = useTheme_NEW() + const t = useTheme() const random = useMemo(() => Math.random(), []) return (