Skip to content

Commit 062f5db

Browse files
committed
(demo) improve theme buttons
1 parent 0393739 commit 062f5db

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

demo/src/App.vue

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,19 +140,22 @@ select {
140140
float: right;
141141
142142
.button-light {
143-
background: #cbced1;
143+
background: #fff;
144+
border: 1px solid #46484e;
145+
color: #46484e;
144146
}
145147
146148
.button-dark {
147-
background: #1C1D21;
149+
background: #1c1d21;
150+
border: 1px solid #1c1d21;
148151
}
149152
150153
button {
151154
color: #fff;
152155
outline: none;
153156
cursor: pointer;
154157
border-radius: 4px;
155-
padding: 8px 12px;
158+
padding: 6px 12px;
156159
margin-left: 10px;
157160
border: none;
158161
font-size: 14px;

0 commit comments

Comments
 (0)