Skip to content

Commit

Permalink
update: development
Browse files Browse the repository at this point in the history
Signed-off-by: Vinyl-Davyl <[email protected]>
  • Loading branch information
Vinyl-Davyl committed Jul 31, 2024
1 parent 85a2c78 commit cb1bb5d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion src/AgreementHtml.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,14 @@ function AgreementHtml({ loading }: { loading: any }) {
alignItems: "center",
}}
>
<Spin indicator={<LoadingOutlined style={{ fontSize: 42 }} spin />} />
<Spin
indicator={
<LoadingOutlined
style={{ fontSize: 42, color: "#19c6c7" }}
spin
/>
}
/>
</div>
) : (
<div
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const CustomFooter: React.FC = () => {
The open source smart legal contract stack
</Text>
<Link href="mailto:[email protected]">
<Text strong style={{ color: "#19c6c7" }}>
<Text strong style={{ color: "rgba(255, 255, 255, 0.65)" }}>
[email protected]
</Text>
</Link>
Expand Down

0 comments on commit cb1bb5d

Please sign in to comment.