mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Adjust height of radio (#7164)

authored by

Eric Bailey and committed by
GitHub
62daf047 674153c7

+7 -7
+3 -3
src/components/Menu/index.tsx
··· 201 201 t.atoms.border_contrast_high, 202 202 { 203 203 borderWidth: 1, 204 - height: 24, 205 - width: 24, 204 + height: 20, 205 + width: 20, 206 206 }, 207 207 ]}> 208 208 {selected ? ( ··· 210 210 style={[ 211 211 a.absolute, 212 212 a.rounded_full, 213 - {height: 16, width: 16}, 213 + {height: 14, width: 14}, 214 214 selected 215 215 ? { 216 216 backgroundColor: t.palette.primary_500,
+4 -4
src/components/Menu/index.web.tsx
··· 315 315 t.atoms.border_contrast_high, 316 316 { 317 317 borderWidth: 1, 318 - height: 24, 319 - width: 24, 318 + height: 20, 319 + width: 20, 320 320 }, 321 321 ]}> 322 322 {selected ? ( ··· 324 324 style={[ 325 325 a.absolute, 326 326 a.rounded_full, 327 - {height: 16, width: 16}, 327 + {height: 14, width: 14}, 328 328 selected 329 329 ? { 330 330 backgroundColor: t.palette.primary_500, ··· 343 343 <Text 344 344 style={[ 345 345 a.font_bold, 346 - a.pt_lg, 346 + a.pt_md, 347 347 a.pb_sm, 348 348 t.atoms.text_contrast_low, 349 349 {