@@ -139,7 +139,7 @@ export function SettingButton() {
139139 </ a >
140140 </ Label >
141141 { rateLimit . limit ? (
142- < div className = "text-[0.65rem] text-accent" >
142+ < div className = "text-xs text-accent" >
143143 rate limit:
144144 < span className = "font-mono" >
145145 { rateLimit . remaining || '-' } / { rateLimit . limit || '-' }
@@ -154,7 +154,7 @@ export function SettingButton() {
154154 placeholder = "github_pat_1234567890"
155155 className = "h-9 text-xs"
156156 />
157- < p className = "text-[0.7rem] text-muted-foreground" >
157+ < p className = "text-xs text-muted-foreground" >
158158 Used to increase GitHub API rate limits and access private
159159 repositories.
160160 </ p >
@@ -167,7 +167,7 @@ export function SettingButton() {
167167 < Label className = "text-xs font-medium uppercase tracking-[0.14em] text-foreground" >
168168 Columns in grid
169169 </ Label >
170- < span className = "text-[0.7rem] text-accent" >
170+ < span className = "text-xs text-accent" >
171171 { columnCount ? `${ columnCount } columns` : 'auto' }
172172 </ span >
173173 </ div >
@@ -179,7 +179,7 @@ export function SettingButton() {
179179 value = { [ columnCount ] }
180180 onValueChange = { value => setColumnCount ( value [ 0 ] ) }
181181 />
182- < p className = "text-[0.7rem] text-muted-foreground" >
182+ < p className = "text-xs text-muted-foreground" >
183183 Set to < span className = "font-mono text-accent" > 0</ span > to
184184 automatically fit the screen width.
185185 </ p >
@@ -209,7 +209,7 @@ export function SettingButton() {
209209 < span className = "text-xs whitespace-nowrap" > Dark</ span >
210210 </ Button >
211211 </ div >
212- < p className = "text-[0.7rem] text-muted-foreground" >
212+ < p className = "text-xs text-muted-foreground" >
213213 Choose your preferred color theme.
214214 </ p >
215215 </ div >
@@ -225,7 +225,7 @@ export function SettingButton() {
225225 size = "sm"
226226 className = "gap-1.5 justify-start"
227227 onClick = { ( ) => setGridBackground ( 'auto' ) } >
228- < div className = "h-4 w-4 rounded border border-border shrink-0 flex items-center justify-center text-[0.65rem] font-semibold" >
228+ < div className = "h-4 w-4 rounded border border-border shrink-0 flex items-center justify-center text-xs font-semibold" >
229229 A
230230 </ div >
231231 < span className = "text-xs" > Auto</ span >
@@ -260,7 +260,7 @@ export function SettingButton() {
260260 < span className = "text-xs" > Black</ span >
261261 </ Button >
262262 </ div >
263- < p className = "text-[0.7rem] text-muted-foreground" >
263+ < p className = "text-xs text-muted-foreground" >
264264 Background color for the image grid.
265265 </ p >
266266 </ div >
@@ -278,7 +278,7 @@ export function SettingButton() {
278278 onCheckedChange = { setPixelated }
279279 />
280280 </ div >
281- < p className = "text-[0.7rem] text-muted-foreground" >
281+ < p className = "text-xs text-muted-foreground" >
282282 Render images with crisp pixels, ideal for pixel-art textures.
283283 </ p >
284284 </ div >
@@ -298,14 +298,14 @@ export function SettingButton() {
298298 onCheckedChange = { setAnimationEnabled }
299299 />
300300 </ div >
301- < p className = "text-[0.7rem] text-muted-foreground" >
301+ < p className = "text-xs text-muted-foreground" >
302302 Play Minecraft-style animations for textures that include a
303303 corresponding{ ' ' }
304304 < span className = "font-mono text-accent" > .mcmeta</ span > file.
305305 </ p >
306306 </ div >
307307
308- < p className = "pt-1 text-[0.65rem] text-muted-foreground/80" >
308+ < p className = "pt-1 text-xs text-muted-foreground/80" >
309309 Changes are applied per browser and do not affect the underlying
310310 repositories.
311311 </ p >
0 commit comments