[Chat] Tweak styles in invite link dialog (#10638)
This commit is contained in:
@@ -212,9 +212,12 @@ export function Item({
|
||||
)
|
||||
|
||||
const highlightStyle = highlightRow
|
||||
? selected
|
||||
? [a.rounded_full, a.p_md, {backgroundColor: t.palette.primary_50}]
|
||||
: [a.rounded_full, a.p_md]
|
||||
? [
|
||||
a.rounded_full,
|
||||
a.p_md,
|
||||
hovered && t.atoms.bg_contrast_25,
|
||||
selected && {backgroundColor: t.palette.primary_50},
|
||||
]
|
||||
: null
|
||||
|
||||
return (
|
||||
@@ -588,6 +591,7 @@ export function RadioWithLabel({
|
||||
style={[
|
||||
a.font_medium,
|
||||
a.flex_1,
|
||||
a.text_md,
|
||||
a.leading_tight,
|
||||
selected ? t.atoms.text : t.atoms.text_contrast_high,
|
||||
]}>
|
||||
|
||||
Reference in New Issue
Block a user