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