Skip to content

Commit

Permalink
fix(edit): made floating button have same font-size and font-weight
Browse files Browse the repository at this point in the history
  • Loading branch information
vildeopp committed Jul 10, 2023
1 parent 299d50e commit 8f5c9c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions next-tavla/src/Admin/scenarios/Edit/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ function Edit({
<CopyText text={linkUrl} toastText="Kopiert lenke" />
<div className={classes.floatingButtonWrapper}>
<FloatingButton
className={classes.saveButton}
size="medium"
aria-label={''}
onClick={() => {
Expand Down
3 changes: 2 additions & 1 deletion next-tavla/src/Admin/scenarios/Edit/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
}

.saveButton {
width: max-content;
font-size: 1em;
font-weight: 400;
}

0 comments on commit 8f5c9c5

Please sign in to comment.