Skip to content

Commit b403e8c

Browse files
committed
Small update UI
1 parent 9665e60 commit b403e8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/assets/css/general.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ select {
7777
input[type='button'] {
7878
background: #428bff;
7979
color: #fff;
80-
border-radius: 10px;
80+
border-radius: 7px;
8181
height: 36px;
8282
line-height: 35px;
8383
padding: 0 20px;

src/components/Dashboad.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: 3px;
76+
border-radius: 7px;
7777
height: 36px;
7878
line-height: 35px;
7979
padding: 0 20px;

src/components/Pomodoro.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ function playAudio(sound: PomodoroSounds) {
219219
button {
220220
border: none;
221221
color: #fff;
222-
border-radius: 3px;
222+
border-radius: 7px;
223223
height: 36px;
224224
line-height: 35px;
225225
padding: 0 20px;

0 commit comments

Comments
 (0)