mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix background color
This commit is contained in:
parent
142d1fc4f2
commit
fc81c59e32
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ export function HighlightItemsLayout(
|
|||
css={{
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
bg: '#333333',
|
||||
bg: '$thBackground2',
|
||||
}}
|
||||
distribution="start"
|
||||
alignment="start"
|
||||
|
|
|
|||
Loading…
Reference in a new issue