Add icon sets for sizes 8, 12 and 16, remove old icons

This commit is contained in:
Nate Butler 2022-07-19 17:11:15 -04:00
parent bb91492098
commit 46384e71b7
150 changed files with 331 additions and 148 deletions

View file

@ -55,7 +55,7 @@ pub fn render_user_notification<V: View, A: Action + Clone>(
MouseEventHandler::new::<Dismiss, _, _>(user.id as usize, cx, |state, _| {
render_icon_button(
theme.dismiss_button.style_for(state, false),
"icons/decline.svg",
"icons/x_mark_thin_8.svg",
)
.boxed()
})