-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* chore(view): Run `npm install` * chore(view): Run `npm install` * fix(view): fix summary issues #146 * fix(view): modify each node height * fix(view): modify author background color #102 * fix(view): modify long commit message
- Loading branch information
1 parent
7a4af15
commit 4540889
Showing
5 changed files
with
66 additions
and
51 deletions.
There are no files selected for viewing
32 changes: 25 additions & 7 deletions
32
packages/view/src/components/VerticalClusterList/Summary/Summary.const.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,27 @@ | ||
export const authorBgColorArray = [ | ||
"00ADF7", | ||
"0077AA", | ||
"4AC3F7", | ||
"0BD9E0", | ||
"33C2FF", | ||
"4BC4F9", | ||
"0089C4", | ||
// "00ADF7", | ||
// "0077AA", | ||
// "4AC3F7", | ||
// "0BD9E0", | ||
// "33C2FF", | ||
// "4BC4F9", | ||
// "0089C4", | ||
|
||
"0077aa", | ||
"1a85b3", | ||
"3392bb", | ||
"4da0c4", | ||
"66adcc", | ||
|
||
"0a5ac2", | ||
"236bc8", | ||
"3b7bce", | ||
"548cd4", | ||
"6c9cda", | ||
|
||
"33c2ff", | ||
"2eafe6", | ||
"299bcc", | ||
"2488b3", | ||
"1f7499", | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters