From 2d015855ffb7d684fdec60d3c68d71d4ee62fa7f Mon Sep 17 00:00:00 2001 From: Believethehype <1097224+believethehype@users.noreply.github.com> Date: Wed, 24 Apr 2024 09:57:02 +0200 Subject: [PATCH] fixing tables --- ui/noogle/src/components/NoteTable.vue | 2 +- ui/noogle/src/components/ProfileResultTable.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/noogle/src/components/NoteTable.vue b/ui/noogle/src/components/NoteTable.vue index 13b23e2..701a8a5 100644 --- a/ui/noogle/src/components/NoteTable.vue +++ b/ui/noogle/src/components/NoteTable.vue @@ -382,7 +382,7 @@ margin-top: 15px; --easy-table-header-item-padding: 10px 15px; - --easy-table-body-even-row-font-color: bg-accenet; + --easy-table-body-even-row-font-color: bg-accent; --easy-table-body-even-row-background-color: bg-base; --easy-table-body-row-font-color: bg-accent; diff --git a/ui/noogle/src/components/ProfileResultTable.vue b/ui/noogle/src/components/ProfileResultTable.vue index e45943c..ee6f663 100644 --- a/ui/noogle/src/components/ProfileResultTable.vue +++ b/ui/noogle/src/components/ProfileResultTable.vue @@ -7,7 +7,7 @@
Avatar - {{ author }} + {{ author }}
@@ -95,10 +95,10 @@ const headers: Header[] = [ --easy-table-header-item-padding: 10px 15px; - --easy-table-body-even-row-font-color: bg-accenet; + --easy-table-body-even-row-font-color: bg-accent; --easy-table-body-even-row-background-color: bg-base; - --easy-table-body-row-font-color: bg-accents; + --easy-table-body-row-font-color: bg-accent; --easy-table-body-row-background-color: bg-base; --easy-table-body-row-height: 20px; --easy-table-body-row-font-size: 14px;