1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-29 18:19:46 +02:00

fix: Use circle icon to display list color

This commit is contained in:
Maksim Eltyshev 2025-02-25 15:48:40 +01:00
parent be58e5b0bd
commit e67790d84f
10 changed files with 82 additions and 31 deletions

View file

@ -23,6 +23,7 @@ module.exports = {
},
color: {
type: 'string',
isIn: List.COLORS,
allowNull: true,
},
},