Skip to content

Commit

Permalink
fixes misaligned mute card on notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Mar 5, 2025
1 parent 3942847 commit d474bb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ fun NoteCardCompose(
) {
NoteCompose(
baseNote = baseNote.note,
modifier = modifier,
modifier = modifier.fillMaxWidth(),
routeForLastRead = routeForLastRead,
isBoostedNote = isBoostedNote,
isQuotedNote = isQuotedNote,
Expand Down

0 comments on commit d474bb0

Please sign in to comment.