Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit cea9de6

Browse files
fix(top-app-bar): Update short collapsed border-radius to match baseline (#2407)
1 parent 466e7db commit cea9de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mdc-top-app-bar/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $mdc-top-app-bar-mobile-row-height: 56px;
3030
$mdc-top-app-bar-mobile-section-padding: 4px;
3131

3232
// Short top app bar
33-
$mdc-top-app-bar-short-collapsed-border-radius: 10px;
33+
$mdc-top-app-bar-short-collapsed-border-radius: 4px;
3434
$mdc-top-app-bar-short-collapsed-width: 56px;
3535
$mdc-top-app-bar-short-collapsed-right-icon-padding: 12px;
3636

0 commit comments

Comments
 (0)