feat: add color for table info

This commit is contained in:
Huy Bui
2024-06-17 12:20:49 +07:00
parent 1fb947cf2a
commit d925d16615
2 changed files with 11 additions and 4 deletions

View File

@@ -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,