fix(datatable): title size EE-6774 (#11273)

pull/11312/head
Dakota Walsh 2024-03-06 08:01:45 +13:00 committed by GitHub
parent 2c3dcdd14e
commit 77c9124e8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ export function TableTitle({
<>
<div className={clsx('toolBar flex-col', className)} id={id}>
<div className="flex w-full items-center gap-1 p-0">
<h2 className="toolBarTitle m-0 text-2xl">
<h2 className="toolBarTitle m-0 text-base">
{icon && (
<div className="widget-icon">
<Icon icon={icon} className="space-right" />