Skip to content

Commit

Permalink
Fix padding
Browse files Browse the repository at this point in the history
  • Loading branch information
kubk committed Oct 31, 2023
1 parent 2b8698d commit f302195
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/screens/deck-review/deck-preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const DeckPreview = observer(() => {
gap: 16,
borderRadius: 8,
padding: "8px 12px",
paddingBottom: 12,
background: theme.secondaryBgColor,
})}
>
Expand Down
1 change: 0 additions & 1 deletion src/store/quick-add-card-form-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export class QuickAddCardFormStore {
}

onSave() {
console.log("onSave");
formTouchAll(this.form);
if (!isFormValid(this.form)) {
return;
Expand Down

0 comments on commit f302195

Please sign in to comment.