Skip to content

Commit

Permalink
feat: add Unity support to dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
vandreleal committed Nov 28, 2023
1 parent bb63966 commit c0d05a9
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 c0d05a9

Please sign in to comment.