Skip to content

Commit

Permalink
icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-teufel authored Apr 25, 2024
1 parent 6dafac5 commit d687b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/Content.astro
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const {
panel: 'max-w-none',
title: 'text-lg font-medium leading-6 dark:text-white ml-2 rtl:ml-0 rtl:mr-2',
description: 'text-muted dark:text-slate-400 ml-2 rtl:ml-0 rtl:mr-2',
icon: 'flex h-7 w-7 items-center justify-center rounded-full bg-gray-800 dark:bg-green-700 text-gray-50 p-1',
icon: 'flex h-7 w-7 items-center justify-center rounded-full bg-gray-800 dark:bg-gray-600 text-gray-50 p-1',
action: 'text-lg font-medium leading-6 dark:text-white ml-2 rtl:ml-0 rtl:mr-2',
}}
/>
Expand Down

0 comments on commit d687b5b

Please sign in to comment.