Skip to content

Commit c35787e

Browse files
committed
fix: css fixes
1 parent 1c62335 commit c35787e

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

src/components/MessageComposer/styling/AttachmentPreview.scss

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@
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;
@@ -222,7 +218,6 @@
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
}
@@ -239,12 +234,6 @@
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 {
@@ -298,6 +287,7 @@
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 {

0 commit comments

Comments
 (0)