diff --git a/ui/desktop/apps/People/People.js b/ui/desktop/apps/People/People.js index 4cd4593..aadbaa0 100644 --- a/ui/desktop/apps/People/People.js +++ b/ui/desktop/apps/People/People.js @@ -102,7 +102,9 @@ class People extends Shadow { input.gridjs-input { background-color: var(--window); color: var(--accent); - border: 1px solid rgb(69 53 53); + border: none; + border-bottom: 1px solid rgb(69 53 53); + border-radius: 0; margin-left: 8em }