Skip to content

Commit

Permalink
Replace sx props with _css
Browse files Browse the repository at this point in the history
  • Loading branch information
dgcohen committed Oct 26, 2023
1 parent 13a5408 commit a5be13e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/search/advanced.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export default function AdvancedSearch() {
labelText="Formats"
onChange={handleCheckboxChange}
value={searchFormState["filters"].materialType}
sx={{
__css={{
"> div": {
display: "grid",
gridTemplateColumns: "repeat(2, minmax(0, 1fr))",
Expand All @@ -215,11 +215,11 @@ export default function AdvancedSearch() {
</CheckboxGroup>
</FormField>
</FormRow>
<HorizontalRule sx={{ margin: 0 }} />
<HorizontalRule __css={{ margin: 0 }} />
<ButtonGroup
id="advancedSearchButtons"
buttonWidth="default"
sx={{
__css={{
gap: "xs",
marginLeft: "auto",
}}
Expand Down

0 comments on commit a5be13e

Please sign in to comment.