Skip to content

Commit

Permalink
Merge pull request #115 from ti-aiuto/fix-bg-color
Browse files Browse the repository at this point in the history
背景色を白にしておく
  • Loading branch information
ti-aiuto committed May 6, 2023
2 parents 934b928 + 50d795f commit 62379d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/app/components/timer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ export default class extends Vue {
box-shadow: 0 0 3px #bbb;
border-radius: 24px;
padding: 8px 0;
background-color: #fff;
&__time-display {
margin: 20px;
Expand Down

0 comments on commit 62379d2

Please sign in to comment.