Skip to content

Commit

Permalink
refactor(ui): update ErrorBoundaryScreen background color
Browse files Browse the repository at this point in the history
closes #96
  • Loading branch information
pylixonly committed Oct 22, 2024
1 parent f447910 commit a0d467a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/ui/reporter/components/ErrorBoundaryScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import ErrorStackCard from "./ErrorStackCard";
const useStyles = createStyles({
container: {
flex: 1,
backgroundColor: tokens.colors.BACKGROUND_PRIMARY,
backgroundColor: tokens.colors.BG_BASE_SECONDARY,
paddingHorizontal: 16,
height: "100%",
padding: 8,
Expand Down

0 comments on commit a0d467a

Please sign in to comment.