mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-24 17:28:40 +00:00
Fix lint errors
This commit is contained in:
parent
1c5e07f4a2
commit
04a28fe831
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
import { StyleSet, StyleSets, Styles, useTheme } from "../theme"
|
||||
import { StyleSets, useTheme } from "../theme"
|
||||
import { background, border, foreground, text } from "./components"
|
||||
import picker from "./picker"
|
||||
import { input } from "../component/input"
|
||||
|
@ -44,7 +44,7 @@ export default function channel_modal(): any {
|
|||
...text(theme.middle, "sans", styleset, "active"),
|
||||
}
|
||||
}
|
||||
});
|
||||
})
|
||||
|
||||
const member_icon_style = icon_button({
|
||||
variant: "ghost",
|
||||
|
|
Loading…
Reference in a new issue