mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-05 10:20:51 +00:00
Fix styling for busy contacts
This commit is contained in:
parent
386de03f46
commit
d3cddfdced
1 changed files with 4 additions and 4 deletions
|
@ -123,10 +123,10 @@ export default function contactsPopover(theme: Theme) {
|
||||||
background: iconColor(theme, "success"),
|
background: iconColor(theme, "success"),
|
||||||
},
|
},
|
||||||
contactStatusBusy: {
|
contactStatusBusy: {
|
||||||
cornerRadius: 3,
|
cornerRadius: 4,
|
||||||
padding: 2,
|
padding: 4,
|
||||||
margin: { top: 3, left: 3 },
|
margin: { top: 12, left: 12 },
|
||||||
background: iconColor(theme, "feature"),
|
background: iconColor(theme, "warning"),
|
||||||
},
|
},
|
||||||
contactUsername: {
|
contactUsername: {
|
||||||
...text(theme, "mono", "primary", { size: "sm" }),
|
...text(theme, "mono", "primary", { size: "sm" }),
|
||||||
|
|
Loading…
Reference in a new issue