We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f61fe commit c552962Copy full SHA for c552962
src/__integ__/__snapshots__/themes.test.ts.snap
@@ -2759,7 +2759,7 @@ Object {
2759
"color-border-item-focused": "#0972d3",
2760
"color-border-item-placeholder": "#0972d3",
2761
"color-border-item-selected": "#0972d3",
2762
- "color-border-layout": "#b6bec9",
+ "color-border-layout": "#9ba7b6",
2763
"color-border-notification-stack-bar": "#232f3e",
2764
"color-border-panel-header": "#b6bec9",
2765
"color-border-popover": "#9ba7b6",
@@ -3408,7 +3408,7 @@ Object {
3408
3409
3410
3411
3412
3413
3414
src/app-layout/visual-refresh-toolbar/skeleton/styles.scss
@@ -132,7 +132,7 @@
132
133
.toolbar-container {
134
grid-area: toolbar;
135
- block-size: 48px;
+ block-size: 42px;
136
border-block-end: awsui.$border-divider-section-width solid awsui.$color-border-layout;
137
}
138
src/app-layout/visual-refresh-toolbar/toolbar/styles.scss
@@ -30,7 +30,7 @@
30
31
32
> .toolbar-container {
33
+ block-size: 100%;
34
align-items: center;
35
display: grid;
36
column-gap: awsui.$space-static-xs;
@@ -86,7 +86,7 @@
86
87
88
.group-divider {
89
- border-inline-end: awsui.$border-divider-section-width solid awsui.$color-border-layout;
+ border-inline-end: awsui.$border-divider-section-width solid awsui.$color-border-divider-default;
90
block-size: 60%;
91
92
src/app-layout/visual-refresh-toolbar/toolbar/trigger-button/styles.scss
@@ -26,8 +26,8 @@
26
border-start-end-radius: 50%;
27
border-end-start-radius: 50%;
28
border-end-end-radius: 50%;
29
- block-size: 34px;
- inline-size: 34px;
+ block-size: 30px;
+ inline-size: 30px;
display: flex;
justify-content: center;
style-dictionary/visual-refresh/colors.ts
@@ -135,7 +135,7 @@ const tokens: StyleDictionary.ColorsDictionary = {
colorBorderDropdownItemFocused: { light: '{colorGrey600}', dark: '{colorGrey300}' },
colorBorderItemPlaceholder: '{colorBorderItemSelected}',
colorBorderItemSelected: { light: '{colorBlue600}', dark: '{colorBlue500}' },
- colorBorderLayout: '{colorBorderDividerDefault}',
+ colorBorderLayout: { light: '{colorGrey400}', dark: '{colorGrey600}' },
139
colorBorderNotificationStackBar: '{colorGrey700}',
140
colorBorderPanelHeader: '{colorBorderDividerDefault}',
141
colorBorderPopover: { light: '{colorGrey400}', dark: '{colorGrey550}' },
0 commit comments