File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
src/components/MessageComposer/styling Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 7676
7777 --str-chat__attachment-preview-file-fatal-error-color : var (--color-accent-error );
7878
79- .str-chat__attachment-upload-progress {
80- color : var (--str-chat__primary-color );
81- }
82-
8379 .str-chat__message-composer-voice-preview-slot {
8480 display : flex ;
8581 align-items : center ;
222218 left : var (--spacing-xxs );
223219 bottom : var (--spacing-xxs );
224220 border-radius : var (--radius-max );
225- border-radius : var (--radius-max );
226221 background : var (--background-core-elevation-0 );
227222 color : var (--accent-primary );
228223 }
239234 background : var (--badge-bg-error );
240235 color : var (--badge-text-on-accent );
241236 }
242-
243- .str-chat__attachment-upload-progress {
244- border : none ;
245- border-radius : 0 ;
246- background : transparent ;
247- }
248237 }
249238
250239 .str-chat__attachment-preview-media--upload-error {
298287 .str-chat__attachment-upload-progress {
299288 width : var (--icon-size-sm );
300289 height : var (--icon-size-sm );
290+ color : var (--accent-primary );
301291 }
302292
303293 .str-chat__attachment-preview-file__upload-size-fraction {
You can’t perform that action at this time.
0 commit comments