Skip to content

Commit

Permalink
feat(block): tweak styles to match material 3
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Aug 5, 2022
1 parent 0a216b9 commit 48c05d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/classes/BlockTitleClasses.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const BlockTitleClasses = (props) => {
withBlock ? '-mb-6' : 'mb-2'
}`,
ios: `font-semibold`,
material: `font-medium`,
material: `text-sm font-medium text-primary`,
},
};
};

0 comments on commit 48c05d9

Please sign in to comment.