many visual changes and improvements

This commit is contained in:
Daniel
2023-06-05 13:24:43 +03:30
parent 6a4f21fc0a
commit a9d7303359
24 changed files with 311 additions and 194 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ model Collection {
id Int @id @default(autoincrement())
name String
description String @default("")
color String @default("#7dd3fc")
color String @default("#0ea5e9")
isPublic Boolean @default(false)
owner User @relation(fields: [ownerId], references: [id])
ownerId Int