mejoras de diseño de mapa curricular parte 2

- color picker añadido por linea
- bote de basura para borrar linea alineado abajo a la derecha
- se quitó degradado y linea de color superior de las tarjetas de asignaturas
This commit is contained in:
2026-03-26 20:11:58 -06:00
parent 085e6fa0e9
commit ddb83782a6
3 changed files with 66 additions and 33 deletions
+3
View File
@@ -833,6 +833,7 @@ export type Database = {
Row: {
actualizado_en: string
area: string | null
color: string | null
creado_en: string
id: string
nombre: string
@@ -842,6 +843,7 @@ export type Database = {
Insert: {
actualizado_en?: string
area?: string | null
color?: string | null
creado_en?: string
id?: string
nombre: string
@@ -851,6 +853,7 @@ export type Database = {
Update: {
actualizado_en?: string
area?: string | null
color?: string | null
creado_en?: string
id?: string
nombre?: string