feat: improved on ui so that user can see the spaces they want to view easier #33

Merged
ca422 merged 5 commits from feat/study-card-visual-improvements into master 2025-06-05 11:03:37 +00:00
3 changed files with 27 additions and 17 deletions
Showing only changes of commit f85adf9edc - Show all commits

View File

@@ -28,6 +28,7 @@
background: linear-gradient(-77deg, #2e4653, #3a5b56); background: linear-gradient(-77deg, #2e4653, #3a5b56);
box-shadow: 0rem 0rem 0.5rem #182125; box-shadow: 0rem 0rem 0.5rem #182125;
align-items: center; align-items: center;
overflow: hidden;
} }
.logo { .logo {

View File

@@ -1,5 +1,5 @@
<script lang="ts"> <script lang="ts">
import type { Table } from "@supabase/supabase-js"; import type { Table } from "$lib";
interface Props { interface Props {
space: Table<"study_spaces">; space: Table<"study_spaces">;