Widget: fix action button in dark mode

This commit is contained in:
Alex Gleason 2022-04-19 12:28:37 -05:00
parent 5a4ad706cf
commit e5ca5464b7
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ const Widget: React.FC<IWidget> = ({
<WidgetTitle title={title} />
{onActionClick && (
<IconButton
className='w-6 h-6 ml-2'
className='w-6 h-6 ml-2 text-black dark:text-white'
src={actionIcon}
onClick={onActionClick}
title={actionTitle}