UI quick fixes (#684)

* fix: changed bg-surface-hover color for dark theme

* fix: added hover state to table entries on Tags and Accounts lists

* fix: added bottom margin on tag creation element preview

* fix: added overflow property to accounts table wrapper
This commit is contained in:
Nuno Marques
2026-01-17 14:59:37 +00:00
committed by GitHub
parent 17046c70f6
commit 527155a46f
5 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
@apply bg-gray-100;
@variant theme-dark {
@apply bg-gray-900;
@apply bg-gray-800;
}
}