mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-10-18 17:51:28 +00:00
chore: update default theme style
This commit is contained in:
@@ -631,6 +631,8 @@ const ChannelsTable = () => {
|
|||||||
</Popup>
|
</Popup>
|
||||||
<Button
|
<Button
|
||||||
size={'small'}
|
size={'small'}
|
||||||
|
color={channel.status === 1 ? 'grey' : 'green'}
|
||||||
|
basic={channel.status === 1}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
manageChannel(
|
manageChannel(
|
||||||
channel.id,
|
channel.id,
|
||||||
|
Reference in New Issue
Block a user