Merge pull request #3 from cpvalente/feat/roll

Feat/roll
This commit is contained in:
Carlos Valente
2021-05-26 23:12:55 +02:00
committed by GitHub
9 changed files with 210 additions and 53 deletions
@@ -12,7 +12,6 @@ export default function RollIconBtn(props) {
width={120}
_focus={{ boxShadow: 'none' }}
{...rest}
disabled
/>
);
}