File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ export default function PersistenceCoverage({ service }: { service: string }) {
225
225
< button
226
226
className = "px-3 py-1 border rounded disabled:opacity-50"
227
227
style = { {
228
- color : '#707385 ' ,
228
+ color : 'var(--sl-color-gray-1) ' ,
229
229
fontFamily : 'AeonikFono' ,
230
230
fontSize : '14px' ,
231
231
fontStyle : 'normal' ,
@@ -245,7 +245,7 @@ export default function PersistenceCoverage({ service }: { service: string }) {
245
245
< button
246
246
className = "px-3 py-1 border rounded disabled:opacity-50"
247
247
style = { {
248
- color : '#707385 ' ,
248
+ color : 'var(--sl-color-gray-1) ' ,
249
249
fontFamily : 'AeonikFono' ,
250
250
fontSize : '14px' ,
251
251
fontStyle : 'normal' ,
Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ export default function PersistenceCoverage() {
292
292
< button
293
293
className = "px-3 py-1 border rounded disabled:opacity-50"
294
294
style = { {
295
- color : '#707385 ' ,
295
+ color : 'var(--sl-color-gray-1) ' ,
296
296
fontFamily : 'AeonikFono' ,
297
297
fontSize : '14px' ,
298
298
fontStyle : 'normal' ,
@@ -312,7 +312,7 @@ export default function PersistenceCoverage() {
312
312
< button
313
313
className = "px-3 py-1 border rounded disabled:opacity-50"
314
314
style = { {
315
- color : '#707385 ' ,
315
+ color : 'var(--sl-color-gray-1) ' ,
316
316
fontFamily : 'AeonikFono' ,
317
317
fontSize : '14px' ,
318
318
fontStyle : 'normal' ,
You can’t perform that action at this time.
0 commit comments