Skip to content

Commit

Permalink
Fix wrong color on Result component
Browse files Browse the repository at this point in the history
  • Loading branch information
bgonp committed Apr 8, 2021
1 parent c88404e commit 0f5855b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/styles/components/Result.module.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
.result {
background: var(--color-transparent);
width: 30vh;
height: 30vh;
border-radius: 50%;
color: var(--color-dark);
font-size: 9vh;
font-weight: 500;
line-height: 30vh;
position: absolute;
top: 50%;
height: 30vh;
left: 50%;
line-height: 30vh;
margin: -15vh;
border-radius: 50%;
position: absolute;
text-align: center;
top: 50%;
width: 30vh;
z-index: 1;
}

1 comment on commit 0f5855b

@vercel
Copy link

@vercel vercel bot commented on 0f5855b Apr 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.