| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | display: flex; |
| 3 | 3 | justify-content: space-between; |
| 4 | 4 | align-items: center; |
| 5 | 5 | padding-bottom: 6px; |
| 6 | - border-bottom: 1px solid var(--wpd-color-border, #e5e7eb); | |
| 6 | + border-bottom: 1px solid var(--os-ui-color-border, #e5e7eb); | |
| 7 | 7 | margin-bottom: 8px; |
| 8 | 8 | flex-shrink: 0; |
| 9 | 9 | gap: 8px; |
| 10 | 10 | min-width: 0; |
| @@ -13,9 +13,9 @@ | ||
| 13 | 13 | font-weight: 600; |
| 14 | 14 | font-size: 11px; |
| 15 | 15 | text-transform: uppercase; |
| 16 | 16 | letter-spacing: 0.06em; |
| 17 | - color: var(--wpd-color-text-subtle, #6b7280); | |
| 17 | + color: var(--os-ui-color-text-subtle, #6b7280); | |
| 18 | 18 | white-space: nowrap; |
| 19 | 19 | overflow: hidden; |
| 20 | 20 | text-overflow: ellipsis; |
| 21 | 21 | min-width: 0; |
| @@ -21,9 +21,9 @@ | ||
| 21 | 21 | min-width: 0; |
| 22 | 22 | } |
| 23 | 23 | .dm-poststats__total { |
| 24 | 24 | font-size: 10px; |
| 25 | - color: var(--wpd-color-text-subtle, #9ca3af); | |
| 25 | + color: var(--os-ui-color-text-subtle, #9ca3af); | |
| 26 | 26 | white-space: nowrap; |
| 27 | 27 | flex-shrink: 0; |
| 28 | 28 | } |
| 29 | 29 | .dm-poststats__canvas-wrap { |
| @@ -48,9 +48,9 @@ | ||
| 48 | 48 | display: flex; |
| 49 | 49 | align-items: center; |
| 50 | 50 | gap: 4px; |
| 51 | 51 | font-size: 10px; |
| 52 | - color: var(--wpd-color-text-subtle, #6b7280); | |
| 52 | + color: var(--os-ui-color-text-subtle, #6b7280); | |
| 53 | 53 | white-space: nowrap; |
| 54 | 54 | } |
| 55 | 55 | .dm-poststats__legend-swatch { |
| 56 | 56 | width: 10px; |
| @@ -61,8 +61,8 @@ | ||
| 61 | 61 | .dm-poststats__empty, |
| 62 | 62 | .dm-poststats__error { |
| 63 | 63 | padding: 12px 0; |
| 64 | 64 | font-size: 11px; |
| 65 | - color: var(--wpd-color-text-subtle, #9ca3af); | |
| 65 | + color: var(--os-ui-color-text-subtle, #9ca3af); | |
| 66 | 66 | text-align: center; |
| 67 | 67 | } |
| 68 | 68 | .dm-poststats__error { color: #ef4444; } |