Skip to content

Commit

Permalink
Add aura
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Mar 21, 2024
1 parent db1eac8 commit 2e7ab4d
Show file tree
Hide file tree
Showing 52 changed files with 15,541 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/showcase/layout/config/app.config.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@
</button>

<button
[ngClass]="{ 'border-primary': isThemeActive('aura', 'amber'), 'hover:border-500 surface-border': !isThemeActive('aura', 'amber') }"
[ngClass]="{ 'border-primary': isThemeActive('aura', 'teal'), 'hover:border-500 surface-border': !isThemeActive('aura', 'teal') }"
class="bg-transparent border-1 cursor-pointer p-2 w-3 flex align-items-center justify-content-center transition-all transition-duration-200"
style="border-radius: 30px" (click)="changeTheme('aura', 'amber')">
style="border-radius: 30px" (click)="changeTheme('aura', 'teal')">
<span class="block h-1rem w-full"
style="border-radius: 30px; background:linear-gradient(180deg, #14b8a6 0%, rgba(20, 184, 166, 0.5) 100%)"></span>
</button>
Expand Down
2 changes: 1 addition & 1 deletion src/app/showcase/service/appconfigservice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { isPlatformBrowser } from '@angular/common';
})
export class AppConfigService {
_config: AppConfig = {
theme: 'lara-light-blue',
theme: 'aura-light-blue',
darkMode: false,
inputStyle: 'outlined',
ripple: true,
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 2e7ab4d

Please sign in to comment.