1
0
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:
Aleksandr Gumroian 2024-08-28 17:10:36 +02:00
parent 40e4a9a4e3
commit b127bf5edf
No known key found for this signature in database
GPG Key ID: 9E77849C64F0A733
2 changed files with 2 additions and 2 deletions

View File

@ -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>
)}

View File

@ -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 ? (