fix(filtered-with-a-warning): make the roundness nicer in quote toots

This commit is contained in:
LucasGGamerM 2024-07-25 19:11:31 -03:00
parent d4b20fc5f7
commit 1b6978bb93

View file

@ -54,7 +54,7 @@ public class WarningFilteredStatusDisplayItem extends StatusDisplayItem{
if(item.inset){
itemView.setClipToOutline(true);
itemView.setOutlineProvider(OutlineProviders.roundedRect(12));
itemView.setOutlineProvider(OutlineProviders.roundedRect(8));
}
}