Skip to content

Commit

Permalink
Tweak img style (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
72636c authored Oct 11, 2024
1 parent b65c171 commit da3294e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/funny-beans-hope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'scoobie': minor
---

Tweak `img` style
2 changes: 0 additions & 2 deletions styles/img.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ import { atoms, vars } from 'braid-design-system/css';

const atomStyle = atoms({
borderRadius: 'large',
boxShadow: 'small',
display: 'block',
});

const rawStyle = style({
borderColor: vars.borderColor.neutralLight,
borderWidth: vars.borderWidth.standard,
borderStyle: 'solid',
maxWidth: '100%',
});

export const img = composeStyles(atomStyle, rawStyle);

0 comments on commit da3294e

Please sign in to comment.