Skip to content
Snippets Groups Projects
Commit 1bba7f8c authored by danieldeng2's avatar danieldeng2
Browse files

Change bottom bar structure

parent 7a1e6cfb
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
width: 25%; width: 25%;
margin-left: 0; margin-left: 0;
color: var(--primary-button-text); color: var(--primary-button-text);
background-color: var(--primary-button); background-color: var(--background-color);
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
......
...@@ -2,7 +2,7 @@ import React from "react"; ...@@ -2,7 +2,7 @@ import React from "react";
import Navbar from "react-bootstrap/Navbar"; import Navbar from "react-bootstrap/Navbar";
import ButtonGroup from "react-bootstrap/ButtonGroup"; import ButtonGroup from "react-bootstrap/ButtonGroup";
import { IconDefinition } from "@fortawesome/free-solid-svg-icons"; import { IconDefinition } from "@fortawesome/free-solid-svg-icons";
import BottomBarItem from "components/organisms/BottomBar/BottomBarItem"; import BottomBarItem from "components/organisms/BottomBar/components/BottomBarItem";
import styles from "./style.module.scss"; import styles from "./style.module.scss";
export interface BottomBarProps { export interface BottomBarProps {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment