Skip to content

Commit

Permalink
Merge pull request #4013 from GovAlta/CS-3897-b
Browse files Browse the repository at this point in the history
fix(required color and size) - adjust to reqular required size and color
  • Loading branch information
jonathanweyermann authored Jan 23, 2025
2 parents 5fc94a2 + e5bfc9d commit 06c60b3
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ export const ToolBarHeader = styled.div`

export const ObjectArrayTitle = styled.h3`
margin-bottom: var(--goa-space-l);
span {
color: #666666;
font-size: var(--goa-font-size-2);
}
`;

export const TextCenter = styled.div`
Expand Down

0 comments on commit 06c60b3

Please sign in to comment.