1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

fix(ui/box-selectors): make multi use square [EE-3856] (#8470)

This commit is contained in:
Chaim Lev-Ari 2023-02-27 12:47:29 +02:00 committed by GitHub
parent e0481f69b1
commit 69a91ff90a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 37 additions and 46 deletions

View file

@ -7,7 +7,7 @@ export function LogoIcon({ icon }: Props) {
<div
className={`
inline-flex h-14 w-14
items-center justify-center text-6xl
items-center justify-center text-7xl
`}
>
<Icon icon={icon} className="!flex" />