Skip to content

Commit

Permalink
Use saga as default
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Jan 10, 2021
1 parent 4915754 commit 0c510bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/showcase/service/appconfigservice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { AppConfig } from '../domain/appconfig';
export class AppConfigService {

config: AppConfig = {
theme: 'viva-light',
theme: 'saga-blue',
dark: false,
inputStyle: 'outlined',
ripple: true
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, viewport-fit=cover">
<link rel="icon" type="image/x-icon" href="favicon.png">
<link rel="stylesheet" type="text/css" href="assets/showcase/styles/splash.css">
<link id="theme-link" rel="stylesheet" type="text/css" href="assets/components/themes/viva-light/theme.css">
<link id="theme-link" rel="stylesheet" type="text/css" href="assets/components/themes/saga-blue/theme.css">
<script type="text/javascript" src="https://maps.google.com/maps/api/js?key=AIzaSyA6Ar0UymhiklJBzEPLKKn2QHwbjdz3XV0" async defer></script>
<script src="https://www.google.com/recaptcha/api.js?render=explicit&onLoad=initRecaptcha" async defer></script>
</head>
Expand Down

0 comments on commit 0c510bf

Please sign in to comment.