Skip to content

Commit

Permalink
fix(filtered-with-a-warning): make the roundness nicer in quote toots
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasGGamerM committed Jul 25, 2024
1 parent d4b20fc commit 1b6978b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void onBind(WarningFilteredStatusDisplayItem item){

if(item.inset){
itemView.setClipToOutline(true);
itemView.setOutlineProvider(OutlineProviders.roundedRect(12));
itemView.setOutlineProvider(OutlineProviders.roundedRect(8));
}
}

Expand Down

0 comments on commit 1b6978b

Please sign in to comment.