Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove background from Stack
  • Loading branch information
beastafk committed Nov 5, 2024
commit ea278185fde6b6c0c11bc8448025ebf1b9d4b7ee
5 changes: 0 additions & 5 deletions src/components/ExperimentalFeatures.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ const ExperimentalFeatureRow = (props: { featureKey: string, featureValue: boole
alignItems="start"
sx={{
padding: 2,
borderRadius: 1,
backgroundColor: "background.paper",
"&:hover": {
backgroundColor: "action.hover"
}
}}
>
<Switch checked={checked} onChange={handleChange} />
Expand Down