mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 12:25:22 +02:00
fix(ui/header): change font sizes [EE-3966] (#7485)
This commit is contained in:
parent
4c23513a41
commit
eda8347091
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ export function Breadcrumbs({ breadcrumbs }: Props) {
|
|||
: [breadcrumbs];
|
||||
|
||||
return (
|
||||
<div className="text-sm font-medium text-gray-7 th-dark:text-gray-5 th-highcontrast:text-white space-x-2">
|
||||
<div className="text-xs font-medium text-gray-7 th-dark:text-gray-5 th-highcontrast:text-white space-x-2">
|
||||
{breadcrumbsArray.map((crumb, index) => (
|
||||
<Fragment key={index}>
|
||||
<span>{renderCrumb(crumb)}</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue