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