Skip to content

Commit

Permalink
Fixed control row background .
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuznietsov committed Oct 10, 2023
1 parent ea66486 commit 1ab7ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/sandbox/project/ProjectDemo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export function ProjectDemo() {

return (
<Panel style={ { width: '100%' } }>
<FlexRow spacing="18" padding="24" vPadding="18" borderBottom={ true }>
<FlexRow spacing="18" padding="24" vPadding="18" borderBottom={ true } background="gray5">
<FlexCell width="auto">
<Button size="30" icon={ add } caption="Add Task" onClick={ () => insertTask('bottom') } />
</FlexCell>
Expand Down

0 comments on commit 1ab7ec7

Please sign in to comment.