update cheatsheet colors (#327)

This commit is contained in:
end-4
2024-03-16 22:41:03 +07:00
parent 3a9b164cd4
commit 943ce705fa
6 changed files with 70 additions and 47 deletions
+2 -2
View File
@@ -14,12 +14,12 @@ const cheatsheetHeader = () => Widget.CenterBox({
children: [
Widget.Box({
hpack: 'center',
className: 'spacing-h-5',
className: 'spacing-h-5 cheatsheet-title',
children: [
Widget.Label({
hpack: 'center',
css: 'margin-right: 0.682rem;',
className: 'txt-title txt',
className: 'txt-title',
label: 'Cheat sheet',
}),
Widget.Label({