Skip to content

Commit 01f301d

Browse files
committed
Use existing color variables
1 parent b5d38b9 commit 01f301d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/css/tabs/configuration.less

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@
143143
.btn {
144144
padding: 0.15rem 0.5rem;
145145
font-size: 10px;
146-
border: 1px solid #ccc;
147-
background: #f5f5f5;
146+
border: 1px solid var(--surface-400);
147+
background: var(--primary-300);
148148
cursor: pointer;
149149
border-radius: 999px;
150150
white-space: nowrap;
@@ -156,12 +156,12 @@
156156
background-color 200ms;
157157

158158
&:hover {
159-
background: #e9e9e9;
160-
border-color: #999;
159+
background: var(--primary-500);
160+
border-color: var(--surface-500);
161161
}
162162

163163
&:active {
164-
background: #ddd;
164+
background: var(--surface-300);
165165
}
166166
}
167167
}

0 commit comments

Comments
 (0)