mirror of
https://github.com/makeplane/plane.git
synced 2025-12-23 15:19:37 +01:00
fix: UI improvements. (#2734)
* style: update check icon colors to match our design. * fix: automatically focus input box in pages `add label` modal.
This commit is contained in:
@@ -112,7 +112,7 @@ export const SingleIntegrationCard: React.FC<Props> = observer(({ integration })
|
||||
<h3 className="flex items-center gap-2 text-sm font-medium">
|
||||
{integration.title}
|
||||
{workspaceIntegrations
|
||||
? isInstalled && <CheckCircle className="h-3.5 w-3.5 text-white fill-green-500" />
|
||||
? isInstalled && <CheckCircle className="h-3.5 w-3.5 text-green-500 fill-transparent" />
|
||||
: null}
|
||||
</h3>
|
||||
<p className="text-sm text-custom-text-200 tracking-tight">
|
||||
|
||||
Reference in New Issue
Block a user