feat: retro Claude ekip konsolunu kur
This commit is contained in:
7
web/src/components/PixelButton.jsx
Normal file
7
web/src/components/PixelButton.jsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function PixelButton({ tone = "green", disabled, children, ...props }) {
|
||||
return (
|
||||
<button className={`pixel-button pixel-button--${tone}`} disabled={disabled} {...props}>
|
||||
<span>{children}</span>
|
||||
</button>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user