Skip to content

Commit

Permalink
remove material var css
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlucas committed Dec 14, 2023
1 parent 9257b03 commit afcd72b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Button/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export const Touchable = styled(TouchableComponent)<ButtonWrapperProps>`
bottom: 0;
left: 0;
right: 0;
background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
background-color: rgb(255, 255, 255);
opacity: 0;
transition: opacity 0.2s;
}
Expand All @@ -144,7 +144,7 @@ export const Touchable = styled(TouchableComponent)<ButtonWrapperProps>`
padding: 50%;
width: 32px; /* Safari */
height: 32px; /* Safari */
background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
background-color: rgb(255, 255, 255);
opacity: 0;
transform: translate(-50%, -50%) scale(1);
transition: opacity 1s, transform 0.5s;
Expand Down

0 comments on commit afcd72b

Please sign in to comment.