Skip to content

Commit

Permalink
update the space for the page-level Banner
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Mar 15, 2024
1 parent 6346dae commit cbacef0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/src/organisms/ProtocolDetails/ProtocolParameters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ export function ProtocolParameters({
gridGap={SPACING.spacing12}
width="100%"
>
<Banner type="informing" width="100%">
<Banner
type="informing"
width="100%"
iconMarginRight={SPACING.spacing12}
>
<Flex flexDirection={DIRECTION_COLUMN}>
<StyledText as="p" fontWeight={TYPOGRAPHY.fontWeightSemiBold}>
{t('listed_values_are_view_only')}
Expand Down

0 comments on commit cbacef0

Please sign in to comment.