Skip to content

Commit 7608003

Browse files
Merge pull request #1372 from BrayanSO/issues/6993
Update Feedback.jsx
2 parents f671cff + 43019ff commit 7608003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/components/Feedback.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function Feedback({ storyConfig }) {
8686

8787
return (isAuthenticated || isStorybookView) && (
8888
<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">
89+
<Heading size="16px" textAlign="center" p="12px 8px" width="100%" background={featuredColor} borderTopLeftRadius="13px" borderTopRightRadius="13px">
9090
{translationChooseProgram?.feedback?.title || t('feedback.title')}
9191
</Heading>
9292
<Flex flexDirection="column" background={backgroundColor} padding="0 8px" borderRadius="0 0 17px 17px">

0 commit comments

Comments
 (0)