Skip to content

Commit 50630ee

Browse files
committed
chore: Increase size limit
1 parent 7a75cfb commit 50630ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
{
178178
"path": "lib/components/internal/widget-exports.js",
179179
"brotli": false,
180-
"limit": "963 kB",
180+
"limit": "964 kB",
181181
"ignore": "react-dom"
182182
}
183183
],

src/app-layout/visual-refresh-toolbar/drawer/styles.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
}
2222

2323
$global-drawer-gap-size: 8px;
24+
$global-drawer-expanded-mode: awsui.$motion-duration-refresh-only-slow;
2425
$global-drawer-expanded-mode-motion: #{awsui.$motion-duration-refresh-only-slow} #{awsui.$motion-easing-refresh-only-a};
2526
$drawer-resize-handle-size: awsui.$space-m;
2627
$ai-drawer-heider-height: 41px;

0 commit comments

Comments
 (0)