Skip to content

Commit 759d4c9

Browse files
thelukewaltongithub-actions
andauthored
chore(Global Header): Update icon size to match designs (#191)
ci: Update release please to only push major on breaking changes --------- Co-authored-by: github-actions <github-actions@github.com>
1 parent 394072f commit 759d4c9

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

release-please-config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"packages": {
33
".": {
4-
"release-type": "node"
4+
"release-type": "node",
5+
"bump-minor-pre-major": true,
6+
"bump-patch-for-minor-pre-major": false
57
}
68
},
79
"extra-files": [".storybook/preview-head.html"],

src/components/global-header/global-header.styles.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default css`
99
1010
#header-main {
1111
justify-content: space-between;
12-
padding: var(--spacing-small) var(--spacing-large);
12+
padding: 6px;
1313
background-color: var(--surface-default);
1414
}
1515
@@ -52,9 +52,16 @@ export default css`
5252
border-right: var(--border-size-small) solid var(--border-default);
5353
}
5454
55+
#header-info zeta-icon-button {
56+
margin-right: 10px;
57+
}
58+
5559
/*zeta-icon-button and zeta-button styling*/
5660
zeta-icon-button::part(icon) {
5761
--icon-color: var(--main-default);
62+
--icon-size: var(--spacing-2xl);
63+
width: var(--spacing-2xl);
64+
height: var(--spacing-2xl);
5865
}
5966
::slotted([slot="action-items"]) {
6067
--icon-color: var(--main-default);
@@ -81,6 +88,7 @@ export default css`
8188
[part="logo"] svg {
8289
background-color: transparent;
8390
fill: var(--state-inverse-enabled);
91+
width: 76px;
8492
}
8593
8694
/* Invert logo in dark mode*/

0 commit comments

Comments
 (0)