fix: resolve style issues in dark mode
This commit is contained in:
@@ -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" />
|
||||
连接
|
||||
</>
|
||||
)}
|
||||
|
||||
@@ -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 ? (
|
||||
|
||||
Reference in New Issue
Block a user