File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ select {
7777input [type = 'button' ] {
7878 background : # 428bff ;
7979 color : # fff ;
80- border-radius : 10 px ;
80+ border-radius : 7 px ;
8181 height : 36px ;
8282 line-height : 35px ;
8383 padding : 0 20px ;
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ function openChart(type: TypeOfChart) {
7373.chart-btn {
7474 background-color : rgb (192 , 192 , 192 );
7575 color : #fff ;
76- border-radius : 3 px ;
76+ border-radius : 7 px ;
7777 height : 36px ;
7878 line-height : 35px ;
7979 padding : 0 20px ;
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ function playAudio(sound: PomodoroSounds) {
219219button {
220220 border : none ;
221221 color : #fff ;
222- border-radius : 3 px ;
222+ border-radius : 7 px ;
223223 height : 36px ;
224224 line-height : 35px ;
225225 padding : 0 20px ;
You can’t perform that action at this time.
0 commit comments