mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-02 22:42:56 +03:00
All projects card background color updated
This commit is contained in:
parent
30d63a1f8d
commit
b0b7e30ee5
@ -60,7 +60,7 @@
|
|||||||
<div class="flex flex-wrap gap-4">
|
<div class="flex flex-wrap gap-4">
|
||||||
{#each $projects as project}
|
{#each $projects as project}
|
||||||
<a
|
<a
|
||||||
class="w-96 overflow-hidden rounded-lg bg-white text-light-900 shadow dark:border dark:border-dark-600 dark:bg-black dark:text-light-200"
|
class="w-96 overflow-hidden rounded-lg bg-white text-light-900 shadow dark:border dark:border-dark-600 dark:bg-dark-900 dark:text-light-200"
|
||||||
href="/repo/{project.id}/"
|
href="/repo/{project.id}/"
|
||||||
>
|
>
|
||||||
<div class="p-4">
|
<div class="p-4">
|
||||||
|
Loading…
Reference in New Issue
Block a user