chore: update default theme style

This commit is contained in:
JustSong
2025-02-01 00:02:30 +08:00
parent 83b34be067
commit 2d7ea61d67

View File

@@ -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,