Skip to content

Commit

Permalink
fix: change variant of author badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Hardik-hi committed Aug 23, 2022
1 parent 25db3dc commit 744ea8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/announcements/src/pages/Announcements.js
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ const Announcements = ({ footerLinks, appName, pinnedAnnouncementsData }) => {
fontSize="xs"
rounded="4"
colorScheme="button"
variant="solid"
variant="subtle"
>
{t(convertToTranslationKey(selectedAnnouncement.author))}
</Badge>
Expand Down

0 comments on commit 744ea8f

Please sign in to comment.