fixes misaligned mute card on notifications

This commit is contained in:
Vitor Pamplona 2025-03-05 15:37:57 -05:00
parent 3942847d16
commit d474bb0016

View File

@ -283,7 +283,7 @@ fun NoteCardCompose(
) {
NoteCompose(
baseNote = baseNote.note,
modifier = modifier,
modifier = modifier.fillMaxWidth(),
routeForLastRead = routeForLastRead,
isBoostedNote = isBoostedNote,
isQuotedNote = isQuotedNote,