mirror of
				https://gitlab.nic.cz/turris/reforis/foris-js.git
				synced 2025-11-03 23:00:31 +01:00 
			
		
		
		
	Update icon color classes to use "text-secondary" instead of "text-dark"
This commit is contained in:
		@@ -49,7 +49,7 @@ function PasswordInput({ withEye, newPass, ...props }) {
 | 
			
		||||
                    <FontAwesomeIcon
 | 
			
		||||
                        icon={isHidden ? faEye : faEyeSlash}
 | 
			
		||||
                        style={{ width: "1.25rem" }}
 | 
			
		||||
                        className="text-dark"
 | 
			
		||||
                        className="text-secondary"
 | 
			
		||||
                    />
 | 
			
		||||
                </button>
 | 
			
		||||
            )}
 | 
			
		||||
 
 | 
			
		||||
@@ -42,7 +42,7 @@ export default function WiFiQRCode({ SSID, password }) {
 | 
			
		||||
                    icon="fa-solid fa-qrcode"
 | 
			
		||||
                    title={_("Show QR code")}
 | 
			
		||||
                    aria-label={_("Show QR code")}
 | 
			
		||||
                    className="text-dark"
 | 
			
		||||
                    className="text-secondary"
 | 
			
		||||
                />
 | 
			
		||||
            </button>
 | 
			
		||||
            {modal ? (
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user