Skip to content

Commit

Permalink
Fix styling bug with the remove/close buttons for attachments (#10452)
Browse files Browse the repository at this point in the history
Co-authored-by: Antti Hukkanen <antti.hukkanen@mainiotech.fi>
  • Loading branch information
alecslupu and ahukkanen committed Mar 1, 2023
1 parent 3ba0caf commit 207c509
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -26,7 +26,8 @@
top: 2px;
width: 2rem;
height: 2rem;
background: rgba(var(--primary-rgb), .8);
background: var(--primary);
opacity: .8;
color: $white;
border-radius: 50%;
}
Expand Down

0 comments on commit 207c509

Please sign in to comment.