Skip to content

Commit

Permalink
style(components): app shell navigation style adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 14, 2024
1 parent 18061f5 commit 45deea0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/components/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

<!-- Main entry point to include all of Covalent Components-->
<script type="module" src="src/index.ts"></script>
<link href="src/index.scss" rel="stylesheet" />
<link href="src/theme/prebuilt/light-theme.scss" rel="stylesheet" />
<link href="public/index.scss" rel="stylesheet" />

<!-- Inter Font Typography & Material Icons Font --->
<link rel="preconnect" href="https://fonts.googleapis.com" />
Expand Down
1 change: 1 addition & 0 deletions libs/components/public/index.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import '../../icons/covalent-icons.css';
1 change: 1 addition & 0 deletions libs/components/src/app-shell/app-shell.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
display: flex;
font-size: var(--mdc-typography-body2-font-size);
font-family: var(--mdc-typography-body2-font-family);
color: var(--cv-theme-on-surface);
font-weight: 600;
justify-content: flex-start;
overflow: hidden;
Expand Down

0 comments on commit 45deea0

Please sign in to comment.