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 }) {
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' ,
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments