mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-12-29 03:05:57 +08:00
feat: update log table style
This commit is contained in:
@@ -82,7 +82,7 @@ export function renderColorLabel(text) {
|
||||
}
|
||||
let index = Math.abs(hash % colors.length);
|
||||
return (
|
||||
<Label basic size={'tiny'} color={colors[index]}>
|
||||
<Label basic color={colors[index]}>
|
||||
{text}
|
||||
</Label>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user