Change summary
styles/src/style_tree/channel_modal.ts | 1 -
styles/src/style_tree/collab_panel.ts | 4 ++++
2 files changed, 4 insertions(+), 1 deletion(-)
Detailed changes
@@ -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"
@@ -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,