Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(fuselage): Message Toolbox borderRadius #882

Merged
merged 1 commit into from
Oct 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
border: lengths.border-width(2) solid colors.stroke(extra-light);
border-radius: theme(
'message-toolbox-border-radius',
lengths.border-radius(small)
lengths.border-radius(medium)
);
background: colors.background(light);

Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14504,10 +14504,10 @@ __metadata:
languageName: node
linkType: hard

"@xmldom/xmldom@npm:^0.7.2":
version: 0.7.5
resolution: "@xmldom/xmldom@npm:0.7.5"
checksum: 8d7ec35c1ef6183b4f621df08e01d7e61f244fb964a4719025e65fe6ac06fac418919be64fb40fe5908e69158ef728f2d936daa082db326fe04603012b5f2a84
"@xmldom/xmldom@npm:^0.7.6":
version: 0.7.6
resolution: "@xmldom/xmldom@npm:0.7.6"
checksum: 3c31dcd909aaefd65090033bd45e0aca42d636a9ae43c7313f4be87de570d046abba28362810d63c0718d6f08a9ce5f8da27b87437afc24d2290b6d4e75a6eee
languageName: node
linkType: hard

Expand Down Expand Up @@ -35034,7 +35034,7 @@ resolve@^2.0.0-next.3:
version: 6.0.3
resolution: "svg2ttf@npm:6.0.3"
dependencies:
"@xmldom/xmldom": ^0.7.2
"@xmldom/xmldom": ^0.7.6
argparse: ^2.0.1
cubic2quad: ^1.2.1
lodash: ^4.17.21
Expand Down