-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Add support for react versions>= 16.8, style changes
- Loading branch information
1 parent
69a610e
commit 79680f6
Showing
4 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
export const DEFAULT_SPACE_BETWEEN_PICS = 20; | ||
export const DEFAULT_SPACE_BETWEEN_PICS = 45; | ||
|
||
export enum Elements { | ||
Avatar = "Avatar", | ||
ExtraCount = "ExtraCount", | ||
Name = "Name" | ||
} | ||
|
||
export const DEFAULT_AVATAR_SIZE = 40; | ||
export const DEFAULT_AVATAR_SIZE = 64; |
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