1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-06-16 13:46:16 +02: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
2 changed files with 2 additions and 2 deletions

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