WIP Restyle channel modal

Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>
This commit is contained in:
Nate Butler 2023-08-11 13:32:46 -04:00
parent b21b17c120
commit ff1261b300
5 changed files with 64 additions and 76 deletions

View file

@ -253,7 +253,7 @@ pub struct CollabPanel {
pub struct ChannelModal {
pub container: ContainerStyle,
pub height: f32,
pub header: TextStyle,
pub header: ContainedText,
pub mode_button: Toggleable<Interactive<ContainedText>>,
pub picker: Picker,
pub row_height: f32,