refactor: styles expenses
This commit is contained in:
parent
a9ab471983
commit
d87317d055
|
|
@ -143,7 +143,7 @@ export default function JokesIndexRoute() {
|
|||
className="tooltip"
|
||||
>
|
||||
<span
|
||||
className={`text-md ${
|
||||
className={`text-xl ${
|
||||
user.dueAmount > 0 ? "text-error" : "text-success"
|
||||
}`}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue