Skip to content

Commit

Permalink
add background color level 4 to Form
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMarcMilletScality committed Jan 10, 2024
1 parent 5a7e419 commit 7f2120f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/form/Form.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const PageFormWrapper = styled.form<FormProps>`
flex-direction: column;
align-items: stretch;
height: 100%;
background-color: ${(props) => props.theme.backgroundLevel4};
`;

const BasicPageLayout = styled.div<{ layoutKind: 'page' | 'tab' }>`
Expand Down

0 comments on commit 7f2120f

Please sign in to comment.