ananthakumaran / paisa

Paisa – Personal Finance Manager. https://paisa.fyi demo: https://demo.paisa.fyi
https://paisa.fyi
GNU Affero General Public License v3.0
2.24k stars 111 forks source link

Typo in app.scss #222

Open l2dy opened 2 months ago

l2dy commented 2 months ago

Describe your Environment OS: N/A Paisa Version: latest commit App Variant: N/A

Describe the bug

https://github.com/ananthakumaran/paisa/blob/de8874184db48535c8b24dbc82c309c36b0fdc67/src/app.scss#L996

This line should be font-weight: bold;. text-weight is not a valid CSS property.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://demo.paisa.fyi/expense/budget
  2. See that budget amount text is not in bold.

Expected behavior Remove the incorrect line of code, or correct the property name to make it show in bold, whichever is by design.

Screenshots

screenshot

Journal N/A