mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-24 17:28:40 +00:00
Render read notifications in a different color
This commit is contained in:
parent
5b90507310
commit
150ed641ae
1 changed files with 4 additions and 6 deletions
|
@ -16,7 +16,7 @@ export default function chat_panel(): any {
|
|||
outer_width: 24,
|
||||
outer_corner_radius: 16,
|
||||
},
|
||||
read_text: text(layer, "sans", "base"),
|
||||
read_text: text(layer, "sans", "disabled"),
|
||||
unread_text: text(layer, "sans", "base"),
|
||||
button: interactive({
|
||||
base: {
|
||||
|
@ -40,11 +40,9 @@ export default function chat_panel(): any {
|
|||
left: 2,
|
||||
top: 2,
|
||||
bottom: 2,
|
||||
}
|
||||
},
|
||||
list: {
|
||||
|
||||
},
|
||||
},
|
||||
list: {},
|
||||
icon_button: icon_button({
|
||||
variant: "ghost",
|
||||
color: "variant",
|
||||
|
@ -52,6 +50,6 @@ export default function chat_panel(): any {
|
|||
}),
|
||||
sign_in_prompt: {
|
||||
default: text(layer, "sans", "base"),
|
||||
}
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue