We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6719642 commit 217e521Copy full SHA for 217e521
src/containers/MultipartTest/MultipartTest.tsx
@@ -49,7 +49,7 @@ export function MultipartTest() {
49
width: '8px',
50
height: '8px',
51
backgroundColor: isReceived
52
- ? 'var(--g-color-success)'
+ ? 'var(--ydb-color-status-green)'
53
: 'var(--g-color-base-generic)',
54
margin: '1px',
55
transition: 'background-color 0.3s ease',
0 commit comments