Skip to content

Commit

Permalink
fix(fuselage): Message Toolbox margin #882
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris authored Oct 21, 2022
1 parent 3dadd68 commit c7516c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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

0 comments on commit c7516c1

Please sign in to comment.