From 3856137b6e5f2a19130c3323b8947f2aa1f95428 Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Mon, 14 Aug 2023 13:17:57 -0400 Subject: [PATCH] Add list empty state style --- styles/src/style_tree/channel_modal.ts | 1 - styles/src/style_tree/collab_panel.ts | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) 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,