Skip to content

Commit

Permalink
fix(auth): set correct theme for auth (#2287)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyhook authored Jun 3, 2020
1 parent beb8792 commit c12873d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/framework/auth/styles/prebuilt/corporate.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import '../../../theme/styles/all';
@import '../all';

$nb-enabled-themes: (dark);
$nb-enabled-themes: (corporate);

@include nb-install() {
@include nb-auth-global();
Expand Down
2 changes: 1 addition & 1 deletion src/framework/auth/styles/prebuilt/dark.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import '../../../theme/styles/all';
@import '../all';

$nb-enabled-themes: (corporate);
$nb-enabled-themes: (dark);

@include nb-install() {
@include nb-auth-global();
Expand Down

0 comments on commit c12873d

Please sign in to comment.