Merge pull request #1831 from zed-industries/theme-tweaks

Theme tweaks
This commit is contained in:
Nate Butler 2022-11-02 10:04:55 -04:00 committed by GitHub
commit 6a07f59d34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
73 changed files with 401 additions and 117 deletions

View file

@ -51,7 +51,7 @@ impl View for UpdateNotification {
.with_child(
MouseEventHandler::<Cancel>::new(0, cx, |state, _| {
let style = theme.dismiss_button.style_for(state, false);
Svg::new("icons/x_mark_thin_8.svg")
Svg::new("icons/x_mark_8.svg")
.with_color(style.color)
.constrained()
.with_width(style.icon_width)