fix(filtered-with-a-warning): make the roundness nicer in quote toots
This commit is contained in:
parent
d4b20fc5f7
commit
1b6978bb93
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue