fix: proper dark mode
I missed a border. Easy to fix. Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
This commit is contained in:
parent
564d9bb6a7
commit
5d9ffa8824
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ You should have received a copy of the GNU Affero General Public License along w
|
|||
};
|
||||
</script>
|
||||
|
||||
<div class="flex bg-white dark:bg-black border border-surface-100 p-4">
|
||||
<div class="flex bg-white dark:bg-black border border-surface-100-800-token p-4">
|
||||
<!-- Left -->
|
||||
<div class="flex flex-col flex-grow ps-10">
|
||||
<!-- Name + Icon -->
|
||||
|
|
Loading…
Reference in a new issue