mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-24 17:28:40 +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: {
|
||||
margin: { left: 6, right: 12 },
|
||||
color: iconColor(theme, "primary"),
|
||||
buttonWidth: 8,
|
||||
iconWidth: 8,
|
||||
buttonWidth: 16,
|
||||
iconWidth: 16,
|
||||
},
|
||||
privateButton: {
|
||||
iconWidth: 8,
|
||||
iconWidth: 12,
|
||||
color: iconColor(theme, "primary"),
|
||||
cornerRadius: 5,
|
||||
buttonWidth: 12,
|
||||
|
@ -128,7 +128,7 @@ export default function contactsPanel(theme: Theme) {
|
|||
contactButton: {
|
||||
...contactButton,
|
||||
hover: {
|
||||
background: backgroundColor(theme, 100, "hovered"),
|
||||
background: backgroundColor(theme, "on300", "hovered"),
|
||||
},
|
||||
},
|
||||
disabledButton: {
|
||||
|
@ -156,9 +156,9 @@ export default function contactsPanel(theme: Theme) {
|
|||
right: sidePadding,
|
||||
},
|
||||
border: { top: true, width: 1, color: borderColor(theme, "primary") },
|
||||
text: text(theme, "sans", "primary", { size: "sm" }),
|
||||
text: text(theme, "sans", "secondary", { size: "sm" }),
|
||||
hover: {
|
||||
text: text(theme, "sans", "primary", { size: "sm", underline: true }),
|
||||
text: text(theme, "sans", "active", { size: "sm" }),
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue