Skip to content

Commit c641623

Browse files
committed
Merge branch 'mercury/automate-tokens' of https://github.com/genexuslabs/design-systems into mercury/automate-tokens
2 parents 68d2071 + 9d38e97 commit c641623

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/showcase/src/app/app.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ $mainPaddingBlockStart: var(--size-40);
6161
&__filters {
6262
position: fixed;
6363
min-inline-size: 230px;
64-
inset-inline-start: calc(var(--app-sidebar-size) + var(--size-16));
64+
inset-inline-start: calc(var(--app-sidebar-size) + var(--size-64));
6565
}
6666

6767
&__separator {

packages/showcase/src/user-controls/version-selector/version-selector.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ch-action-menu-render.version-selector {
22
&::part(expandable-button) {
3-
background-color: var(--mer-surface__elevation--02);
3+
background-color: var(--color-accent-surface-elevation-02);
44
padding-inline: 8px 6px;
55
padding-block: 4px;
66
border-radius: 4px;
77
margin-inline-start: 12px;
88

99
&:hover {
10-
background-color: var(--mer-surface__elevation--03);
10+
background-color: var(--color-accent-surface-elevation-03);
1111
}
1212
}
1313

@@ -23,13 +23,13 @@ ch-action-menu-render.version-selector {
2323
// with custom parts due to a bug in Chameleon. Once fixed, we can remove
2424
// this workaround.
2525
&::part(action button) {
26-
background-color: var(--item__bg-color--selected);
27-
border-color: var(--item__border-color--selected);
28-
color: var(--mer-accent__primary);
26+
background-color: var(--item-bg-color-selected);
27+
border-color: var(--item-border-color-selected);
28+
color: var(--color-text-primary-default);
2929
}
3030
}
3131

3232
.version-selector-chevron {
33-
--ch-image-size: 16px;
33+
--ch-image-size: 18px;
3434
margin-inline-start: 6px;
3535
}

0 commit comments

Comments
 (0)