We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f671cff + 43019ff commit 7608003Copy full SHA for 7608003
src/common/components/Feedback.jsx
@@ -86,7 +86,7 @@ function Feedback({ storyConfig }) {
86
87
return (isAuthenticated || isStorybookView) && (
88
<Box width="100%" maxWidth="400px" zIndex={10} borderRadius="17px" padding="0 2px 2px 2px" background={featuredColor}>
89
- <Heading size="14px" textAlign="center" p="12px 8px" width="100%" background={featuredColor} borderTopLeftRadius="13px" borderTopRightRadius="13px">
+ <Heading size="16px" textAlign="center" p="12px 8px" width="100%" background={featuredColor} borderTopLeftRadius="13px" borderTopRightRadius="13px">
90
{translationChooseProgram?.feedback?.title || t('feedback.title')}
91
</Heading>
92
<Flex flexDirection="column" background={backgroundColor} padding="0 8px" borderRadius="0 0 17px 17px">
0 commit comments