We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b6766c commit f43869dCopy full SHA for f43869d
src/main/resources/skins/classic/chat-room.ftl
@@ -100,7 +100,7 @@
100
批量撤回
101
</button>
102
</#if>
103
- <button class="red" onclick="switchTheme()">切换样式:简约</button>
+ <button class="button" onclick="switchTheme()">切换样式:简约</button>
104
<button class="button" onclick="ChatRoom.toggleSmoothMode()">流畅模式: <span id="smoothMode">关闭</span></button>
105
<button class="button" onclick="ChatRoom.showSiGuoYar()">思过崖</button>
106
<button class="button" onclick="ChatRoom.flashScreen()">清屏</button>
0 commit comments