forked from Shinonome/dots-hyprland
periodic table: update styles
This commit is contained in:
@@ -48,7 +48,7 @@ export default () => {
|
|||||||
}),
|
}),
|
||||||
Label({
|
Label({
|
||||||
label: `${niceTypes[type]}`,
|
label: `${niceTypes[type]}`,
|
||||||
className: "txt-small",
|
className: "txt txt-small",
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
@@ -72,7 +72,7 @@ export default () => {
|
|||||||
});
|
});
|
||||||
const legend = Box({
|
const legend = Box({
|
||||||
hpack: 'center',
|
hpack: 'center',
|
||||||
className: 'spacing-h-10',
|
className: 'spacing-h-20',
|
||||||
children: [
|
children: [
|
||||||
BoardColor('metal'),
|
BoardColor('metal'),
|
||||||
BoardColor('nonmetal'),
|
BoardColor('nonmetal'),
|
||||||
|
|||||||
Reference in New Issue
Block a user