diff --git a/styles/src/style_tree/channel_modal.ts b/styles/src/style_tree/channel_modal.ts index c21c26e0ef..b0621743fd 100644 --- a/styles/src/style_tree/channel_modal.ts +++ b/styles/src/style_tree/channel_modal.ts @@ -1,5 +1,4 @@ import { useTheme } from "../theme" -import { interactive, toggleable } from "../element" import { background, border, foreground, text } from "./components" import picker from "./picker" import { input } from "../component/input" diff --git a/styles/src/style_tree/collab_panel.ts b/styles/src/style_tree/collab_panel.ts index 6c10da7482..627d5868b6 100644 --- a/styles/src/style_tree/collab_panel.ts +++ b/styles/src/style_tree/collab_panel.ts @@ -269,6 +269,10 @@ export default function contacts_panel(): any { }, }, }), + list_empty_state: { + ...text(layer, "ui_sans", "variant", { size: "sm" }), + padding: side_padding + }, contact_avatar: { corner_radius: 10, width: 18,