feat: make icons on the today page consistent

This commit is contained in:
Matouš Volf 2024-09-06 07:40:31 +02:00
parent 07647daeb5
commit 282f695c49

View File

@ -32,7 +32,7 @@ pub(crate) fn CategoryTodayPage() -> Element {
div { div {
class: "px-8 flex flex-row items-center gap-2 font-bold", class: "px-8 flex flex-row items-center gap-2 font-bold",
i { i {
class: "fa-solid fa-water text-xl" class: "fa-solid fa-water text-xl w-6 text-center"
} }
div { div {
class: "mt-1", class: "mt-1",
@ -110,7 +110,7 @@ pub(crate) fn CategoryTodayPage() -> Element {
div { div {
class: "px-8 flex flex-row items-center gap-2 font-bold", class: "px-8 flex flex-row items-center gap-2 font-bold",
i { i {
class: "fa-solid fa-calendar-xmark text-xl" class: "fa-solid fa-calendar-xmark text-xl w-6 text-center"
} }
div { div {
class: "mt-1", class: "mt-1",
@ -128,7 +128,7 @@ pub(crate) fn CategoryTodayPage() -> Element {
div { div {
class: "px-8 flex flex-row items-center gap-2 font-bold", class: "px-8 flex flex-row items-center gap-2 font-bold",
i { i {
class: "fa-solid fa-calendar-check text-xl" class: "fa-solid fa-calendar-check text-xl w-6 text-center"
} }
div { div {
class: "mt-1", class: "mt-1",