Skip to content

Commit

Permalink
fix theme related a11y errors
Browse files Browse the repository at this point in the history
  • Loading branch information
randall-krauskopf authored Dec 16, 2024
1 parent a9b653a commit 3cf65ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/src/Autocomplete/Autocomplete.dev.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const SxProp = () => {
marginRight: '10px',
}}
size="medium"
style={{backgroundColor: 'pink'}}
style={{border: '1px solid var(--borderColor-closed-emphasis)'}}
/>
<Autocomplete.Overlay
className="test-class-name"
Expand All @@ -33,7 +33,7 @@ export const SxProp = () => {
whiteSpace: 'pre-wrap',
},
}}
style={{backgroundColor: 'lightblue'}}
style={{backgroundColor: 'var(--bgColor-attention-emphasis)'}}
>
<Autocomplete.Menu items={[]} selectedItemIds={[]} aria-labelledby="autocompleteLabel" />
</Autocomplete.Overlay>
Expand Down

0 comments on commit 3cf65ba

Please sign in to comment.