diff --git a/src/components/TopBar/UK.png b/src/components/TopBar/UK.png new file mode 100644 index 0000000..0f5e14b Binary files /dev/null and b/src/components/TopBar/UK.png differ diff --git a/src/components/TopBar/close.svg b/src/components/TopBar/close.svg new file mode 100644 index 0000000..ab1358a --- /dev/null +++ b/src/components/TopBar/close.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/TopBar/index.scss b/src/components/TopBar/index.scss index b6663cf..93b0b4e 100644 --- a/src/components/TopBar/index.scss +++ b/src/components/TopBar/index.scss @@ -31,6 +31,10 @@ &-field { width: 96%; } + + &-icon{ + width: 35px; + } } &__icon { @@ -56,9 +60,12 @@ width: 60px; height: 60px; } + + &__input-icon{ + width: 25px; + } + } } - .MuiSvgIcon-root, - MuiSvgIcon-fontSizeLarge { - font-size: inherit !important; - } -} + + + diff --git a/src/components/TopBar/index.tsx b/src/components/TopBar/index.tsx index cb53e95..e276c28 100644 --- a/src/components/TopBar/index.tsx +++ b/src/components/TopBar/index.tsx @@ -1,8 +1,11 @@ import React, { ChangeEvent } from "react"; import "./index.scss"; import Input from "@material-ui/core/Input"; -import SearchIcon from "@material-ui/icons/Search"; -import CloseIcon from "@material-ui/icons/Close"; +import Transfer from "./transfer.png"; +import Search from "./search.svg"; +import UK from "./UK.png"; +import User from "./user.png"; +import CloseIcon from "./close.svg"; interface TopBarProps { handleTransfer: (e: React.MouseEvent) => void; @@ -56,7 +59,11 @@ export default class TopBar extends React.Component {
plan na plan
- + search { this.handleChange(e as ChangeEvent) } /> - + close
transfer change_language profile
diff --git a/src/components/TopBar/search.svg b/src/components/TopBar/search.svg new file mode 100644 index 0000000..1fee3e3 --- /dev/null +++ b/src/components/TopBar/search.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/TopBar/transfer.png b/src/components/TopBar/transfer.png new file mode 100644 index 0000000..54f6320 Binary files /dev/null and b/src/components/TopBar/transfer.png differ diff --git a/src/components/TopBar/user.png b/src/components/TopBar/user.png new file mode 100644 index 0000000..4b429a0 Binary files /dev/null and b/src/components/TopBar/user.png differ