[PWA-12] chore: project analytics modal header improvement (#5427)
* chore: project analytics modal header improvement * chore: code refactor
This commit is contained in:
parent
e3cd7050fa
commit
f39fc3e9ca
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ export const ProjectAnalyticsModalHeader: React.FC<Props> = observer((props) =>
|
|||
<div className="flex items-center gap-2">
|
||||
<button
|
||||
type="button"
|
||||
className="grid place-items-center p-1 text-custom-text-200 hover:text-custom-text-100"
|
||||
className="hidden md:grid place-items-center p-1 text-custom-text-200 hover:text-custom-text-100"
|
||||
onClick={() => setFullScreen((prevData) => !prevData)}
|
||||
>
|
||||
{fullScreen ? <Shrink size={14} strokeWidth={2} /> : <Expand size={14} strokeWidth={2} />}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue