Remove support for `sx` from the `FilteredActionList` component in `@primer/react/experimental`. **Checklist** - [ ] Remove usage of `sx` from component - [ ] Remove usage of `SxProp` from component, in particular from component props - [ ] When necessary, remove `BoxWithFallback` usage that uses `sx` - [ ] When necessary, remove `Box` usage usage that uses `sx` - [ ] Remove any code that references `sx` concepts, in particular `BetterSystemStyleObject` - [ ] If the component has tests that reference `sx`, remove them - [ ] If the component has stories that reference `sx`, remove them - [ ] If the component has [sx usage](https://primer-query.githubapp.com/?query=name%3AFilteredActionList+attribute%3A%22sx%22+package%3A%22%40primer%2Freact%22+entrypoint%3A%22%40primer%2Freact%2Fexperimental%22) downstream, add adapter to the `@primer/styled-react` package - [ ] If you created an adapter for the component, update usage in github/github-ui to use the component from `@primer/styled-react` (if needed)