Skip to content

Commit

Permalink
Merge pull request #123 from GetStream/feat/unity-icon
Browse files Browse the repository at this point in the history
feat: add Unity support to dropdown
  • Loading branch information
vandreleal committed Dec 4, 2023
2 parents 8a3cabc + 587ec16 commit 8a94785
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/theme/Navbar/styles.scss
Expand Up @@ -212,6 +212,10 @@
&__reactnative {
@include mixins.faux-select-dropdown-icon(reactnative);
}

&__unity {
@include mixins.faux-select-dropdown-icon(unity);
}
}
}

Expand Down

0 comments on commit 8a94785

Please sign in to comment.