Skip to content

Commit

Permalink
ui: fix blankrasa banner padding
Browse files Browse the repository at this point in the history
  • Loading branch information
meness committed Feb 9, 2024
1 parent 4149585 commit 694ca5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/banner/BlankRasaBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const BlankRasaBanner = ({ block }: BlankRasaBannerProps) => {
filter={ imgInvertFilter }
/>
<Box flexGrow="1">
<Heading as="h2" size="md" color="text" fontWeight="medium">
<Heading as="h2" size="md" mb={ 2 } color="text" fontWeight="medium">
Blank Rasa
</Heading>
<Text fontSize="sm" color="text_secondary">
Expand All @@ -70,6 +70,7 @@ const BlankRasaBanner = ({ block }: BlankRasaBannerProps) => {
fontWeight="medium"
colorScheme="accent"
p={ 4 }
mt={ block ? 0 : 3 }
width={ [ '100%', block ? '270px' : '100%' ] }
fontSize="sm"
variant="outline"
Expand Down

0 comments on commit 694ca5d

Please sign in to comment.