fix: overflow menu server banner text colour
Signed-off-by: Infi <wingit@geist.ga>
This commit is contained in:
parent
b29613f47c
commit
41ed0fe7aa
|
|
@ -356,7 +356,12 @@ fun RowScope.ChannelList(
|
||||||
imageVector = Icons.Default.MoreVert,
|
imageVector = Icons.Default.MoreVert,
|
||||||
contentDescription = stringResource(
|
contentDescription = stringResource(
|
||||||
id = R.string.settings
|
id = R.string.settings
|
||||||
)
|
),
|
||||||
|
tint = if (server?.banner != null) {
|
||||||
|
bannerTextColour
|
||||||
|
} else {
|
||||||
|
LocalContentColor.current
|
||||||
|
}
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue