mirror of
https://github.com/stoatchat/for-android.git
synced 2026-07-19 17:13:36 -04:00
fix: overflow menu server banner text colour
Signed-off-by: Infi <wingit@geist.ga>
This commit is contained in:
@@ -356,7 +356,12 @@ fun RowScope.ChannelList(
|
||||
imageVector = Icons.Default.MoreVert,
|
||||
contentDescription = stringResource(
|
||||
id = R.string.settings
|
||||
)
|
||||
),
|
||||
tint = if (server?.banner != null) {
|
||||
bannerTextColour
|
||||
} else {
|
||||
LocalContentColor.current
|
||||
}
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user