mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
fix(be-teaser): mute styles [EE-6035] (#10349)
This commit is contained in:
parent
ffac83864d
commit
13c48ab961
31 changed files with 604 additions and 616 deletions
|
@ -78,8 +78,7 @@ function UpgradeBEBanner() {
|
|||
<ArrowUpCircle
|
||||
className={clsx(
|
||||
'lucide text-lg',
|
||||
'fill-warning-6 stroke-[#023959] th-dark:stroke-black',
|
||||
'th-highcontrast:fill-warning-6 th-highcontrast:stroke-black'
|
||||
'fill-gray-6 stroke-[#023959] th-dark:stroke-black th-highcontrast:stroke-black'
|
||||
)}
|
||||
/>
|
||||
{isSidebarOpen && <>Upgrade to Business Edition</>}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue