Skip to content

v2.2.0

Choose a tag to compare

@nutteloost nutteloost released this 16 Jun 10:32
f4c84cd

Todo Swipe Card v2.2.0

New Features ✨

  • New customization options: Added five more CSS variables which adds the possibility to edit the font-weight of all available text elements in the Todo Swipe Card

CSS Variables 🎨

New font-weight variables:

  • --todo-swipe-card-item-font-weight: Font weight for the main text of a todo item (e.g., normal, bold, 500)
  • --todo-swipe-card-font-weight-due-date: Font weight for the due date text
  • --todo-swipe-card-font-weight-description: Font weight for the description text of a todo item
  • --todo-swipe-card-input-font-weight: Font weight for the text typed into the 'Add item' field
  • --todo-swipe-card-placeholder-font-weight: Font weight for the placeholder text in the 'Add item' field