mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 07:32:02 +03:00
Fix notification close icon size
This commit is contained in:
parent
29cd00f78d
commit
966da65293
@ -42,10 +42,10 @@ export default function contact_notification(): any {
|
|||||||
dismiss_button: {
|
dismiss_button: {
|
||||||
default: {
|
default: {
|
||||||
color: foreground(theme.lowest, "variant"),
|
color: foreground(theme.lowest, "variant"),
|
||||||
icon_width: 8,
|
icon_width: 14,
|
||||||
icon_height: 8,
|
icon_height: 14,
|
||||||
button_width: 8,
|
button_width: 14,
|
||||||
button_height: 8,
|
button_height: 14,
|
||||||
hover: {
|
hover: {
|
||||||
color: foreground(theme.lowest, "hovered"),
|
color: foreground(theme.lowest, "hovered"),
|
||||||
},
|
},
|
||||||
|
@ -37,10 +37,10 @@ export default function simple_message_notification(): any {
|
|||||||
dismiss_button: interactive({
|
dismiss_button: interactive({
|
||||||
base: {
|
base: {
|
||||||
color: foreground(theme.middle),
|
color: foreground(theme.middle),
|
||||||
icon_width: 8,
|
icon_width: 14,
|
||||||
icon_height: 8,
|
icon_height: 14,
|
||||||
button_width: 8,
|
button_width: 14,
|
||||||
button_height: 8,
|
button_height: 14,
|
||||||
},
|
},
|
||||||
state: {
|
state: {
|
||||||
hovered: {
|
hovered: {
|
||||||
|
Loading…
Reference in New Issue
Block a user