Skip to content

Commit

Permalink
pretty pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Holt committed Apr 8, 2024
1 parent bc53b6e commit 5089a1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/web-components/src/image/image.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const styles = css`
height: auto;
}
:host([bordered]) ::slotted(img) {
border:${strokeWidthThin} solid${colorNeutralStroke2};
border: ${strokeWidthThin} solid ${colorNeutralStroke2};
}
:host([fit='none']) ::slotted(img) {
object-fit: none;
Expand Down
3 changes: 1 addition & 2 deletions packages/web-components/src/slider/slider.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ export const styles = css`
}
:host([disabled]) .thumb-cursor {
background-color: ${colorNeutralForegroundDisabled};
box-shadow: inset 0 0 0 var(--thumb-padding) ${colorNeutralBackground1},
0 0 0 1px ${colorNeutralStrokeDisabled};
box-shadow: inset 0 0 0 var(--thumb-padding) ${colorNeutralBackground1}, 0 0 0 1px ${colorNeutralStrokeDisabled};
}
/* Positioning Region */
Expand Down

0 comments on commit 5089a1e

Please sign in to comment.