Skip to content

Commit b481c0e

Browse files
committed
Quick fix for dark mode button colors
1 parent c3adcd1 commit b481c0e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/feature-coverage/FeatureCoverage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ export default function PersistenceCoverage({ service }: { service: string }) {
225225
<button
226226
className="px-3 py-1 border rounded disabled:opacity-50"
227227
style={{
228-
color: '#707385',
228+
color: 'var(--sl-color-gray-1)',
229229
fontFamily: 'AeonikFono',
230230
fontSize: '14px',
231231
fontStyle: 'normal',
@@ -245,7 +245,7 @@ export default function PersistenceCoverage({ service }: { service: string }) {
245245
<button
246246
className="px-3 py-1 border rounded disabled:opacity-50"
247247
style={{
248-
color: '#707385',
248+
color: 'var(--sl-color-gray-1)',
249249
fontFamily: 'AeonikFono',
250250
fontSize: '14px',
251251
fontStyle: 'normal',

src/components/persistence-coverage/PersistenceCoverage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ export default function PersistenceCoverage() {
292292
<button
293293
className="px-3 py-1 border rounded disabled:opacity-50"
294294
style={{
295-
color: '#707385',
295+
color: 'var(--sl-color-gray-1)',
296296
fontFamily: 'AeonikFono',
297297
fontSize: '14px',
298298
fontStyle: 'normal',
@@ -312,7 +312,7 @@ export default function PersistenceCoverage() {
312312
<button
313313
className="px-3 py-1 border rounded disabled:opacity-50"
314314
style={{
315-
color: '#707385',
315+
color: 'var(--sl-color-gray-1)',
316316
fontFamily: 'AeonikFono',
317317
fontSize: '14px',
318318
fontStyle: 'normal',

0 commit comments

Comments
 (0)