Skip to content

Commit 18f4e01

Browse files
committed
[frontend] 优化对话设置按钮选中状态颜色
1 parent d8c9c50 commit 18f4e01

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

frontend/src/pages/chatPreview/styles/send-editor.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,8 @@
292292
}
293293

294294
&.active {
295-
background-color: #f0f4f9;
295+
background-color: #e6ebf1;
296+
border-color: rgba(51, 51, 51, 0.6);
296297
}
297298
}
298299

@@ -304,7 +305,8 @@
304305
}
305306

306307
&.active {
307-
background-color: #f0f4f9;
308+
background-color: #e6ebf1;
309+
border-color: rgba(51, 51, 51, 0.6);
308310
}
309311
}
310312

0 commit comments

Comments
 (0)