1- #app-mount .form_f75fb0 {
2- margin-top : 0 ;
3- .themedBackground__74017 {
4- background : transparent ;
5- }
6- .attachButton__0923f {
7- padding : 10px ;
8- }
9- .placeholder__443e5 ,
10- .slateTextArea_ec4baf {
11- padding-left : 5px ;
12- }
13- .channelTextArea_f75fb0 {
14- background : var (--channeltextarea-background );
15- border : none ;
16- }
1+ @use ' @discordstyles/classes' as * ;
172
18- .channelAttachmentArea_b77158 {
19- background : transparent ;
20- }
3+ #{ cls ( ' mount ' )} {
4+ #{ cls ( ' chat.textbox.container ' )} {
5+ margin-top : 0 ;
216
22- .upload_aa605f {
23- background-color : var (--foreground );
24- }
7+ // FIXME: Find out what this is
8+ .themedBackground__74017 {
9+ background : transparent ;
10+ }
11+
12+ // #region Textbox
13+ #{cls (' chat.textbox.attach.button' )} {
14+ padding : 10px ;
15+ }
16+
17+ #{cls (' chat.textbox.placeholder' )} ,
18+ #{cls (' chat.textbox.slate' )} {
19+ padding-left : 5px ;
20+ }
21+
22+ #{cls (' chat.textbox.channelTextarea' )} {
23+ background : var (--channeltextarea-background );
24+ border : none ;
25+ }
26+ // #endregion Textbox
27+
28+ // #region Attachments
29+ #{cls (' chat.bars.attachments.container' )} {
30+ background : transparent ;
31+ }
32+
33+ #{cls (' chat.bars.attachments.item' )} {
34+ background-color : var (--foreground );
35+ }
2536
26- .wrapper_f7ecac {
27- background-color : var (--foreground );
37+ #{cls (' chat.bars.attachments.actionBar' )} {
38+ background-color : var (--foreground );
39+ }
40+ // #endregion Attachments
2841 }
2942}
0 commit comments