Skip to content

Commit 217e521

Browse files
committed
fix: nanofix
1 parent 6719642 commit 217e521

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
@@ -49,7 +49,7 @@ export function MultipartTest() {
4949
width: '8px',
5050
height: '8px',
5151
backgroundColor: isReceived
52-
? 'var(--g-color-success)'
52+
? 'var(--ydb-color-status-green)'
5353
: 'var(--g-color-base-generic)',
5454
margin: '1px',
5555
transition: 'background-color 0.3s ease',

0 commit comments

Comments
 (0)