-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
- Loading branch information
1 parent
53a345a
commit 993b752
Showing
9 changed files
with
141 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
|
||
const TaxButton = ({ children, onClick, title }) => { | ||
return ( | ||
<button | ||
className=" w-12 h-10 bg-gray-100 p-1 rounded border-gray-300 text-gray-700 opacity-70 hover:opacity-100 mr-1 z-50 mt-auto mb-1 | ||
return ( | ||
<button | ||
className=" w-12 h-10 bg-gray-100 p-1 rounded border-gray-300 text-gray-700 opacity-70 hover:opacity-100 mr-1 z-50 mt-auto mb-1 | ||
shadow-md " | ||
onClick={onClick} | ||
title={title} | ||
style={{ | ||
pointerEvents: "auto", | ||
}} | ||
> | ||
{children} | ||
</button> | ||
); | ||
}; | ||
export default TaxButton; | ||
onClick={onClick} | ||
title={title} | ||
style={{ | ||
pointerEvents: "auto", | ||
}} | ||
> | ||
{children} | ||
</button> | ||
); | ||
}; | ||
|
||
export default TaxButton; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.