WIP: add custom channel modal
This commit is contained in:
parent
30e1bfc872
commit
d450c4be9a
6 changed files with 72 additions and 8 deletions
9
styles/src/style_tree/channel_modal.ts
Normal file
9
styles/src/style_tree/channel_modal.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
import { useTheme } from "../theme"
|
||||
|
||||
export default function contacts_panel(): any {
|
||||
const theme = useTheme()
|
||||
|
||||
return {
|
||||
width: 100,
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue