Add initial support to new brand color

This commit is contained in:
Alejandro Celaya
2025-05-09 09:05:35 +02:00
parent f6a0910c40
commit 023a0ca824
9 changed files with 75 additions and 47 deletions

View File

@@ -27,7 +27,11 @@ const ManageServersRow: FCWithDeps<ManageServersRowProps, ManageServersRowDeps>
<Table.Cell columnName="Auto-connect">
{server.autoConnect && (
<>
<FontAwesomeIcon icon={checkIcon} className="tw:text-brand" id="autoConnectIcon" />
<FontAwesomeIcon
icon={checkIcon}
className="tw:text-lm-brand tw:dark:text-dm-brand"
id="autoConnectIcon"
/>
<UncontrolledTooltip target="autoConnectIcon" placement="right">
Auto-connect to this server
</UncontrolledTooltip>