mirror of
https://github.com/drawdb-io/drawdb.git
synced 2026-02-12 02:00:40 +08:00
feat: add color for table info
This commit is contained in:
@@ -98,7 +98,7 @@ export default function NoteInfo({ data, nid }) {
|
||||
<button
|
||||
key={c}
|
||||
style={{ backgroundColor: c }}
|
||||
className="p-3 rounded-full mx-1"
|
||||
className="w-10 h-10 p-3 rounded-full mx-1"
|
||||
onClick={() => {
|
||||
setUndoStack((prev) => [
|
||||
...prev,
|
||||
|
||||
Reference in New Issue
Block a user