Tab design improvements (#7307)

## What does this PR do?
Improve minimize tab design. 

Fixes #7150 

<img width="329" alt="Screenshot 2024-09-28 at 11 46 35 AM"
src="https://github.com/user-attachments/assets/84eb058f-845f-4866-8428-ed0c1df619a8">

---------

Co-authored-by: Félix Malfait <felix@twenty.com>
This commit is contained in:
Arafat Hossain
2024-10-05 15:39:12 +06:00
committed by GitHub
parent 16f2033170
commit 4d67787fa2
2 changed files with 13 additions and 4 deletions

View File

@ -1,6 +1,6 @@
import { styled } from '@linaria/react';
import { useRef, useState } from 'react';
import { createPortal } from 'react-dom';
import { styled } from '@linaria/react';
import { THEME_COMMON } from '@ui/theme';