File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ export class CommenterUABar extends LitElement {
8888 ? html `
8989 <div class= "inline-flex items-center gap-1 bg-muted-3 rounded-base px-1.5 py-1" >
9090 ${ osIcon ? html `<i class= "${ osIcon } opacity-90 size-3" aria-hidden = "true"> </ i> ` : '' }
91- <span class= "text-xs text-text-3 " > ${ [ os . name , os . version ] . filter ( Boolean ) . join ( ' ' ) } </ span>
91+ <span class= "text-xs text-text-2 " > ${ [ os . name , os . version ] . filter ( Boolean ) . join ( ' ' ) } </ span>
9292 </ div>
9393 `
9494 : ''
@@ -98,7 +98,7 @@ export class CommenterUABar extends LitElement {
9898 ? html `
9999 <div class= "inline-flex items-center gap-1 bg-muted-3 rounded-base px-1.5 py-1" >
100100 ${ browserIcon ? html `<i class= "${ browserIcon } opacity-90 size-3" aria-hidden = "true"> </ i> ` : '' }
101- <span class= "text-xs text-text-3 " > ${ [ browser . name , browser . major ] . filter ( Boolean ) . join ( ' ' ) } </ span>
101+ <span class= "text-xs text-text-2 " > ${ [ browser . name , browser . major ] . filter ( Boolean ) . join ( ' ' ) } </ span>
102102 </ div>
103103 `
104104 : ''
You can’t perform that action at this time.
0 commit comments