Skip to content

Commit

Permalink
demo page: fix input color on mobile and fix svg properties
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomoretti committed Dec 16, 2024
1 parent 1ecaa48 commit 0757489
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/Logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import React from 'react';
const Logo: React.FC = () => {
return (
<svg viewBox="0 0 217 210" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.000488281 148H27.1354V181.685H85.2498V210H0.000488281V148Z" fill="black" />
<path fill-rule="evenodd" clip-rule="evenodd" d="M217 148H189.866V181.685H131.751V210H217V148Z" fill="black" />
<path fill-rule="evenodd" clip-rule="evenodd" d="M85.25 0.750977L85.25 27.8859L27.1356 27.8859L27.1356 60.1672L0.00066879 60.1672L0.000671387 0.750974L85.25 0.750977Z" fill="black" />
<path fill-rule="evenodd" clip-rule="evenodd" d="M131.75 0.750977L131.75 27.8859L189.864 27.8859L189.864 60.1672L216.999 60.1672L216.999 0.750974L131.75 0.750977Z" fill="black" />
<path fill-rule="evenodd" clip-rule="evenodd" d="M216.999 119.581H0.000488281V91.1641H216.999V119.581Z" fill="black" />
<path fillRule="evenodd" clipRule="evenodd" d="M0.000488281 148H27.1354V181.685H85.2498V210H0.000488281V148Z" fill="black" />
<path fillRule="evenodd" clipRule="evenodd" d="M217 148H189.866V181.685H131.751V210H217V148Z" fill="black" />
<path fillRule="evenodd" clipRule="evenodd" d="M85.25 0.750977L85.25 27.8859L27.1356 27.8859L27.1356 60.1672L0.00066879 60.1672L0.000671387 0.750974L85.25 0.750977Z" fill="black" />
<path fillRule="evenodd" clipRule="evenodd" d="M131.75 0.750977L131.75 27.8859L189.864 27.8859L189.864 60.1672L216.999 60.1672L216.999 0.750974L131.75 0.750977Z" fill="black" />
<path fillRule="evenodd" clipRule="evenodd" d="M216.999 119.581H0.000488281V91.1641H216.999V119.581Z" fill="black" />
</svg>
);
};
Expand Down
1 change: 1 addition & 0 deletions src/components/QRCodeDemo.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
height: 37px;
padding: 0;
cursor: pointer;
border-radius: 0;
}

.form-input:focus {
Expand Down

0 comments on commit 0757489

Please sign in to comment.