Skip to content

Commit

Permalink
correct default colors
Browse files Browse the repository at this point in the history
  • Loading branch information
miles-grant-ibigroup committed Oct 13, 2023
1 parent ecefdba commit 510c5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/form/date-time-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const ButtonWrapper = styled.span`
position: relative;
& > button {
background-color: var(--main-base-color, white);
background-color: var(--main-base-color, rgba(0, 0, 0, 0.5));
border-radius: 5px;
border: none;
color: var(--main-color, white);
Expand Down

0 comments on commit 510c5ad

Please sign in to comment.