Skip to content

Commit

Permalink
column adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
insmac committed Oct 12, 2023
1 parent f236d7a commit 1546463
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const Root = styled.div<{ odd: boolean; disabled: boolean }>`
gap: 1rem;
grid-template-columns: 40px auto;
padding: 2rem;
${({ odd }) => odd && "background-color: #272833;"};
${({ odd }) => odd && "background-color: #242531;"};
${({ disabled }) =>
!disabled &&
Expand Down

0 comments on commit 1546463

Please sign in to comment.