mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-10 05:37:29 +03:00
Bump update notification size back up (#3047)
Regressed: <img width="422" alt="CleanShot 2023-09-27 at 11 07 37@2x" src="https://github.com/zed-industries/zed/assets/30666851/636d7bec-4518-45e6-87bd-84b45dda28e1"> Fixed: <img width="424" alt="CleanShot 2023-09-27 at 11 04 13@2x" src="https://github.com/zed-industries/zed/assets/30666851/186a1d49-4daf-4211-891a-dacfd1144311"> Release Notes: - N/A
This commit is contained in:
commit
d671a8a21d
@ -26,10 +26,10 @@ export default function update_notification(): any {
|
||||
dismiss_button: interactive({
|
||||
base: {
|
||||
color: foreground(theme.middle),
|
||||
icon_width: 8,
|
||||
icon_height: 8,
|
||||
button_width: 8,
|
||||
button_height: 8,
|
||||
icon_width: 14,
|
||||
icon_height: 14,
|
||||
button_width: 14,
|
||||
button_height: 14,
|
||||
},
|
||||
state: {
|
||||
hovered: {
|
||||
|
Loading…
Reference in New Issue
Block a user