Skip to content

Commit

Permalink
Merge branch 'main' into linna/passkey-icon-colors
Browse files Browse the repository at this point in the history
  • Loading branch information
linnall committed Sep 20, 2024
2 parents ced1f6c + d3b6777 commit 6e02c0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion account-kit/react/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
export default {
const config = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};

export default config;
5 changes: 3 additions & 2 deletions examples/ui-demo/src/components/icons/mail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ export const MailIcon = ({
}: JSX.IntrinsicAttributes & SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={18}
height={16}
width="16"
height="14"
viewBox="0 0 18 16"
fill="none"
{...props}
>
Expand Down

0 comments on commit 6e02c0f

Please sign in to comment.