* zin: refactor --color-slate-* to --color-gray-*.

This commit is contained in:
sunhao
2023-11-27 14:27:42 +08:00
parent 2218a9af37
commit a829c4f0bb
34 changed files with 65 additions and 67 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ blockPanel
cell
(
setClass('flex flex-wrap overflow-hidden px-4 ' . ($longBlock ? 'py-2' : 'py-3 w-full my-2')),
!$longBlock ? set::style(array('background-color' => 'var(--color-slate-100)')) : '',
!$longBlock ? set::style(array('background-color' => 'var(--color-gray-100)')) : '',
set::width($longBlock ? '1/3' : '100%'),
cell
(