Skip to content

Commit

Permalink
small styling revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
afwillia committed Jan 3, 2025
1 parent b5dce74 commit ce91962
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ export const GoalsV2: React.FC<GoalsV2Props> = (props: GoalsV2Props) => {
variant="headline1"
style={{
color: 'grey.1000',
fontFamily: 'Merriweather',
fontSize: '32px',
}}
sx={{
Expand All @@ -194,11 +193,11 @@ export const GoalsV2: React.FC<GoalsV2Props> = (props: GoalsV2Props) => {
sx={{
backgroundColor: '#5BA998',
border: '1px solid white',
boxShadow: 'none',
boxShadow: 'none !important',
borderRadius: '5px',
'&:hover': {
backgroundColor: darken('#5BA998', 0.05),
boxShadow: 'none',
boxShadow: 'none !important',
},
}}
>
Expand Down

0 comments on commit ce91962

Please sign in to comment.