Skip to content

Commit 6719642

Browse files
committed
;
1 parent c76bfae commit 6719642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/MultipartTest/MultipartTest.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export function MultipartTest() {
204204
style={{
205205
padding: '16px',
206206
borderRadius: '8px',
207-
backgroundColor: 'var(--g-color-base-generic)',
207+
backgroundColor: 'var(--g-color-success-light)',
208208
color: 'var(--g-color-text-primary)',
209209
boxShadow: '0 2px 4px rgba(0,0,0,0.1)',
210210
animation: `fadeIn ${ANIMATION_DURATION}ms ease-out`,

0 commit comments

Comments
 (0)