Skip to content
Snippets Groups Projects
Commit c63f8852 authored by Daniel Sandu's avatar Daniel Sandu
Browse files

fix(AppBarMenu): fixed typo

parent 99b9b560
No related branches found
No related tags found
2 merge requests!110Sprint 21 Features,!94Hin 979
...@@ -89,7 +89,7 @@ const Dropdown = styled.div.attrs({ ...@@ -89,7 +89,7 @@ const Dropdown = styled.div.attrs({
` `
const DropdownOption = styled.div.attrs({ const DropdownOption = styled.div.attrs({
'data-teast-id': props => props['data-test-id'] || 'dropdown-option', 'data-test-id': props => props['data-test-id'] || 'dropdown-option',
})` })`
align-items: center; align-items: center;
color: ${th('colorText')}; color: ${th('colorText')};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment