chore: adjust delete description style (#2437)

This commit is contained in:
JimmFly
2023-05-18 17:17:38 +08:00
committed by GitHub
parent 8e09af910f
commit 89310c9b97
7 changed files with 13 additions and 13 deletions

View File

@@ -57,7 +57,7 @@ export const StyledButtonContent = styled('div')(() => {
export const StyledWorkspaceName = styled('span')(() => {
return {
color: '#E8178A',
fontWeight: '600',
};
});