Skip to content

Commit

Permalink
Merge pull request #77 from shubhadip/app-level-css
Browse files Browse the repository at this point in the history
fix: app level css fix
  • Loading branch information
shubhadip authored Nov 26, 2023
2 parents 8b48e06 + 49cc5ae commit 677cfab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/components/datepicker/datepicker.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
color: $white;
border-radius: 4px 4px 0px 0px;
padding: 25px;
text-align: center;
&-year{
cursor: pointer;
font-size: 30px;
Expand Down
1 change: 0 additions & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ button:focus-visible {
max-width: 1280px;
margin: 0 auto;
padding: 2rem;
text-align: center;
}

@media (prefers-color-scheme: light) {
Expand Down

0 comments on commit 677cfab

Please sign in to comment.