mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
Update some contact panel styling
This commit is contained in:
parent
46384e71b7
commit
9beeef6385
1 changed files with 6 additions and 6 deletions
|
@ -72,11 +72,11 @@ export default function contactsPanel(theme: Theme) {
|
||||||
addContactButton: {
|
addContactButton: {
|
||||||
margin: { left: 6, right: 12 },
|
margin: { left: 6, right: 12 },
|
||||||
color: iconColor(theme, "primary"),
|
color: iconColor(theme, "primary"),
|
||||||
buttonWidth: 8,
|
buttonWidth: 16,
|
||||||
iconWidth: 8,
|
iconWidth: 16,
|
||||||
},
|
},
|
||||||
privateButton: {
|
privateButton: {
|
||||||
iconWidth: 8,
|
iconWidth: 12,
|
||||||
color: iconColor(theme, "primary"),
|
color: iconColor(theme, "primary"),
|
||||||
cornerRadius: 5,
|
cornerRadius: 5,
|
||||||
buttonWidth: 12,
|
buttonWidth: 12,
|
||||||
|
@ -128,7 +128,7 @@ export default function contactsPanel(theme: Theme) {
|
||||||
contactButton: {
|
contactButton: {
|
||||||
...contactButton,
|
...contactButton,
|
||||||
hover: {
|
hover: {
|
||||||
background: backgroundColor(theme, 100, "hovered"),
|
background: backgroundColor(theme, "on300", "hovered"),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
disabledButton: {
|
disabledButton: {
|
||||||
|
@ -156,9 +156,9 @@ export default function contactsPanel(theme: Theme) {
|
||||||
right: sidePadding,
|
right: sidePadding,
|
||||||
},
|
},
|
||||||
border: { top: true, width: 1, color: borderColor(theme, "primary") },
|
border: { top: true, width: 1, color: borderColor(theme, "primary") },
|
||||||
text: text(theme, "sans", "primary", { size: "sm" }),
|
text: text(theme, "sans", "secondary", { size: "sm" }),
|
||||||
hover: {
|
hover: {
|
||||||
text: text(theme, "sans", "primary", { size: "sm", underline: true }),
|
text: text(theme, "sans", "active", { size: "sm" }),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue