dber icon indicating copy to clipboard operation
dber copied to clipboard

header color does not applied

Open deniszagitov opened this issue 1 year ago • 0 comments

Hello! Thank you for this tool! I've imported my dbml into dber but all tables just gray. Could you please set the table's color according to table settings (https://dbml.dbdiagram.io/docs/#table-settings)?

Here is an example:

Table users [headercolor: #3498DB] {
    id integer [primary key]
    username varchar(255) [not null, unique]
}

This function implemented here: https://github.com/TruDan/dbdiagram-oss but repo is abandoned and you provide much more functionality

deniszagitov avatar May 05 '24 20:05 deniszagitov