Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
biaogebusy committed Feb 22, 2024
1 parent bd06c29 commit eb05c50
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/assets/app/core/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@
"actions": [
{
"type": "btn-generater",
"label": "体验生成页面",
"label": "生成页面",
"color": "primary",
"mode": "raised"
},
Expand Down Expand Up @@ -797,4 +797,4 @@
}
]
}
}
}
2 changes: 1 addition & 1 deletion src/stories/base/Text.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const action: IText = {
actions: [
{
type: 'btn-generater',
label: '体验生成页面',
label: '生成页面',
color: 'primary',
mode: 'raised',
},
Expand Down
2 changes: 1 addition & 1 deletion src/stories/global/Branding.json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const defaultHeader: IHeader = {
href: '/home',
},
{
label: 'Wbe Builder',
label: 'Web Builder',
classes: 'bold',
href: '/builder',
},
Expand Down
6 changes: 6 additions & 0 deletions src/theme/component/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,12 @@
color: mat-color($primary);
}
}

.has-icon {
.mat-icon {
color: mat-color($primary);
}
}
.header-inverse {
.header {
background-color: mat-color($primary);
Expand Down

0 comments on commit eb05c50

Please sign in to comment.