/
Alex_Ural
/
opencode
Обзор
Документация
Войти
/
Alex_Ural
/
opencode
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
packages/ui/src/v2/components/diff-changes-v2.css
24 строки
510 B
Aarav Sareen
feat(app): update all components to use v2 tokens (#33598)
24 июн 2026, 08:33
Не верифицирован
24 июн 2026, 08:33
8aff7b8
Код
Авторство
О чём код?
[data-component="diff-changes"] { display: flex; gap: 8px; justify-content: flex-end; align-items: center; [data-slot="diff-changes-additions"], [data-slot="diff-changes-deletions"] { font-size: 11px; font-style: normal; font-weight: 440; line-height: 1; letter-spacing: 0.05px; text-align: right; } [data-slot="diff-changes-additions"] { color: var(--v2-state-fg-success); } [data-slot="diff-changes-deletions"] { color: var(--v2-state-fg-danger); } }