mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-10 13:18:48 +00:00
remove unnecessary files and rename custom button
This commit is contained in:
parent
1c9014f553
commit
c47d31703c
10 changed files with 95 additions and 18299 deletions
|
@ -7,7 +7,7 @@ import "./bio.css";
|
|||
import "../styles/colors.css";
|
||||
import IconButton from "@mui/material/IconButton";
|
||||
import EditSquareIcon from "@mui/icons-material/EditSquare";
|
||||
import ButtonPrimary from "./ButtonPrimary";
|
||||
import ButtonPrimary from "./ButtonRotkehlchen";
|
||||
|
||||
export default function MultilineTextFields() {
|
||||
const toggleEditMode = () => {
|
||||
|
@ -40,7 +40,7 @@ export default function MultilineTextFields() {
|
|||
/>
|
||||
</IconButton>
|
||||
</div>
|
||||
{editMode && <ButtonPrimary value={"Ok"} onClick={toggleEditMode} />}
|
||||
{editMode && <ButtonPrimary style="primary" label={"Ok"} onClick={toggleEditMode} />}
|
||||
</Box>
|
||||
</StyledEngineProvider>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue