Skip to content

Commit

Permalink
upload list: bg update
Browse files Browse the repository at this point in the history
  • Loading branch information
insmac committed Oct 31, 2023
1 parent a0fbab1 commit ab7351f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const StyledTable = styled(Table)`
}
tbody td {
background: ${({ theme }) => theme.color.backgroundDarker};
background: #242531;
&:first-child {
border-top-left-radius: ${({ theme }) => theme.borderRadius};
Expand All @@ -51,7 +51,7 @@ const StyledTable = styled(Table)`

const EmptyState = styled(Box).attrs({ justifyContent: "center" })`
width: 100%;
background: ${({ theme }) => theme.color.backgroundDarker};
background: #242531;
border-radius: ${({ theme }) => theme.borderRadius};
padding: 1rem;
`
Expand Down

0 comments on commit ab7351f

Please sign in to comment.