Skip to content

Commit

Permalink
Merge branch 'finitions' of github.com:TheArkProjekt/Starklane into f…
Browse files Browse the repository at this point in the history
…initions
  • Loading branch information
YohanTz committed Oct 17, 2023
2 parents ab4aa54 + b8a2288 commit 65e49f0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/design-system/src/IconButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ interface IconButtonProps {
export function IconButton({ className, icon, onClick }: IconButtonProps) {
return (
<button
//
//
// ADD TRANSITIONS !!!
//
//
className={`flex h-8 w-8 items-center justify-center rounded-full border-2 border-asteroid-grey-600 bg-transparent text-asteroid-grey-600 transition-[border_color]
hover:border-asteroid-grey-800 hover:text-asteroid-grey-800
dark:border-space-blue-400 dark:text-space-blue-400
Expand Down

0 comments on commit 65e49f0

Please sign in to comment.