Skip to content

Commit

Permalink
fix(SLB-377): specifically set font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
colorfield committed May 15, 2024
1 parent b4cefc6 commit bed4a54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const accordionTheme: CustomFlowbiteTheme['accordion'] = {
},
},
content: {
base: 'pb-5 pt-5 text-base text-gray-500',
base: 'pb-5 pt-5 text-base font-normal text-gray-500',
},
title: {
base: 'flex w-full items-center justify-between p-4 pl-1 text-left font-medium text-lg text-gray-500',
Expand Down

0 comments on commit bed4a54

Please sign in to comment.