fix: resolve style issues in dark mode

This commit is contained in:
LIlGG
2025-09-29 12:50:15 +08:00
parent 7fd33183c5
commit 2838a7f923
7 changed files with 76 additions and 41 deletions

View File

@@ -618,6 +618,7 @@ export default function NetlifyConnection() {
'bg-upage-elements-button-secondary-background',
'hover:bg-upage-elements-button-secondary-backgroundHover',
'disabled:opacity-50 disabled:cursor-not-allowed',
'text-upage-elements-textPrimary',
)}
>
{isConnecting ? (
@@ -627,7 +628,7 @@ export default function NetlifyConnection() {
</>
) : (
<>
<div className="heroicons:cloud size-4" />
<div className="i-ph:plug-charging size-4" />
</>
)}

View File

@@ -510,6 +510,7 @@ export default function _1PanelConnection({
'bg-upage-elements-button-secondary-background',
'hover:bg-upage-elements-button-secondary-backgroundHover',
'disabled:opacity-50 disabled:cursor-not-allowed',
'text-upage-elements-textPrimary',
)}
>
{isConnecting ? (