Adjust height of radio (#7164)
This commit is contained in:
@@ -201,8 +201,8 @@ export function ItemRadio({selected}: {selected: boolean}) {
|
||||
t.atoms.border_contrast_high,
|
||||
{
|
||||
borderWidth: 1,
|
||||
height: 24,
|
||||
width: 24,
|
||||
height: 20,
|
||||
width: 20,
|
||||
},
|
||||
]}>
|
||||
{selected ? (
|
||||
@@ -210,7 +210,7 @@ export function ItemRadio({selected}: {selected: boolean}) {
|
||||
style={[
|
||||
a.absolute,
|
||||
a.rounded_full,
|
||||
{height: 16, width: 16},
|
||||
{height: 14, width: 14},
|
||||
selected
|
||||
? {
|
||||
backgroundColor: t.palette.primary_500,
|
||||
|
||||
Reference in New Issue
Block a user