﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
34092	Admin theme switcher icon should resize according to browser font size	Thibaud Colas	nobody	"The new admin theme switcher’s icon is a fixed 16x16px, regardless of the browser’s configured font size. It would be better for users requiring larger text if icons resized as well.

This seems to be due to the icons’ SVG symbols having hard-coded `width` and `height` attributes, which prevents resizing with CSS. I believe the `width` and `height` should either be removed, or set on the inline SVG (which can be a bit tedious).

Screenshot:

Relevant code: https://github.com/django/django/blob/da8fa764134980ee1079f790cda6616f32cf9c44/django/contrib/admin/templates/admin/base.html#L118-L122"	Bug	closed	contrib.admin	dev	Normal	duplicate	accessibility, ux, font size, dark mode		Unreviewed	0	0	0	0	1	1
