Fix background color

This commit is contained in:
Jackson Harper
2023-03-08 15:45:16 +08:00
parent 142d1fc4f2
commit fc81c59e32

View File

@ -56,7 +56,7 @@ export function HighlightItemsLayout(
css={{
width: '100%',
height: '100%',
bg: '#333333',
bg: '$thBackground2',
}}
distribution="start"
alignment="start"