style: ui improvements and bug fixes (#2758)

* style: add transition to favorite projects dropdown.

* style: update project integration settings borders.

* style: fix text overflow issue in project views.

* fix: issue with non-functional cancel button in leave project modal.
This commit is contained in:
Prateek Shourya 2023-11-13 14:42:45 +05:30 committed by sriram veeraghanta
parent 21988e8528
commit 16292de8d3
6 changed files with 40 additions and 30 deletions

View file

@ -43,7 +43,7 @@ const ProjectIntegrationsPage: NextPageWithLayout = () => {
return (
<div className={`pr-9 py-8 gap-10 w-full overflow-y-auto ${isAdmin ? "" : "opacity-60"}`}>
<div className="flex items-center py-3.5 border-b border-custom-border-200">
<div className="flex items-center py-3.5 border-b border-custom-border-100">
<h3 className="text-xl font-medium">Integrations</h3>
</div>
{workspaceIntegrations ? (