Skip to content

Commit e5aff25

Browse files
committed
Format js
[dependabot skip]
1 parent 0a11f64 commit e5aff25

File tree

2 files changed

+5
-4
lines changed
  • packages
    • design-system/src/components/chip
    • story-editor/src/components/canvas/mediaCaptions

2 files changed

+5
-4
lines changed

packages/design-system/src/components/chip/chip.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ const ChipContainer = styled.button<{ active?: boolean; disabled?: boolean }>(
7575
: theme.colors.interactiveBg.secondaryNormal};
7676
border-radius: ${theme.borders.radius.x_large};
7777
transition: all 0.3s ease-in-out;
78-
transition-property: background-color, border-color, height, width,
79-
transform;
78+
transition-property:
79+
background-color, border-color, height, width, transform;
8080
cursor: ${disabled ? 'default' : 'pointer'};
8181
${focusableOutlineCSS}
8282
:active {

packages/story-editor/src/components/canvas/mediaCaptions/cue.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ const Section = styled.span`
4242
background: rgba(11, 11, 11, 0.6);
4343
color: rgba(255, 255, 255, 1);
4444
display: inline-block;
45-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
46-
Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
45+
font-family:
46+
-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,
47+
Cantarell, 'Helvetica Neue', sans-serif;
4748
line-height: 1.4;
4849
word-break: normal;
4950
word-wrap: break-word;

0 commit comments

Comments
 (0)