Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
RocketChat
Rocket.Chat.Fuselage
Commits
a9cefbb7
Unverified
Commit
a9cefbb7
authored
Nov 17, 2020
by
Guilherme Gazzo
Committed by
GitHub
Nov 17, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: Avatar x40 (#331)
parent
0bc99a32
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
packages/fuselage/src/components/Avatar/index.js
packages/fuselage/src/components/Avatar/index.js
+1
-0
packages/fuselage/src/components/Avatar/styles.scss
packages/fuselage/src/components/Avatar/styles.scss
+1
-1
No files found.
packages/fuselage/src/components/Avatar/index.js
View file @
a9cefbb7
...
...
@@ -42,6 +42,7 @@ Avatar.propTypes = {
'
x28
'
,
'
x32
'
,
'
x36
'
,
'
x40
'
,
'
x48
'
,
'
x124
'
,
'
x200
'
,
...
...
packages/fuselage/src/components/Avatar/styles.scss
View file @
a9cefbb7
...
...
@@ -4,7 +4,7 @@
$avatar-stack-background-color
:
theme
(
'avatar-background-color'
,
colors
.
surface
());
$sizes
:
16
,
18
,
20
,
24
,
28
,
32
,
36
,
48
,
124
,
200
,
332
;
$sizes
:
16
,
18
,
20
,
24
,
28
,
32
,
36
,
40
,
48
,
124
,
200
,
332
;
.rcx-avatar
{
display
:
inline-flex
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment