diff --git a/frontend/src/components/UserGenPage.js b/frontend/src/components/UserGenPage.js
index c1eef8f2..fcdbd99d 100644
--- a/frontend/src/components/UserGenPage.js
+++ b/frontend/src/components/UserGenPage.js
@@ -181,6 +181,7 @@ class UserGenPage extends Component {
render() {
const { t, i18n} = this.props;
+ const fontSize = this.props.theme.typography.fontSize;
return (
@@ -200,6 +201,7 @@ class UserGenPage extends Component {
+<<<<<<< HEAD
+ >>>>>> Scale avatar width and R. Pass theme as prop to class components.
/>
@@ -319,7 +331,9 @@ class UserGenPage extends Component {
-
+
diff --git a/frontend/static/css/index.css b/frontend/static/css/index.css
index 44dde160..c9395a30 100644
--- a/frontend/static/css/index.css
+++ b/frontend/static/css/index.css
@@ -87,6 +87,12 @@ input[type=number] {
left: -16px;
}
+.newAvatar {
+ border-radius: 50%;
+ border: 2px solid #555;
+ filter: drop-shadow(1px 1px 1px #000000);
+}
+
.profileAvatar {
border: 0.5px solid #555;
filter: drop-shadow(0.5px 0.5px 0.5px #000000);