periodic table: update styles

This commit is contained in:
end-4
2024-04-16 23:08:00 +07:00
parent cdc9a4d9e2
commit d90f084bad
@@ -48,7 +48,7 @@ export default () => {
}),
Label({
label: `${niceTypes[type]}`,
className: "txt-small",
className: "txt txt-small",
})
]
})
@@ -72,7 +72,7 @@ export default () => {
});
const legend = Box({
hpack: 'center',
className: 'spacing-h-10',
className: 'spacing-h-20',
children: [
BoardColor('metal'),
BoardColor('nonmetal'),