fix: overflow menu server banner text colour

Signed-off-by: Infi <wingit@geist.ga>
This commit is contained in:
Infi 2023-06-18 00:47:53 +02:00
parent b29613f47c
commit 41ed0fe7aa
1 changed files with 6 additions and 1 deletions

View File

@ -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
}
)
}
}