Skip to content

Commit

Permalink
fix: Remove important
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio committed Aug 5, 2024
1 parent 05b0bd1 commit 3a768b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Blockie/Blockie.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}

.dcl.blockie.circle {
border-radius: 50% !important;
border-radius: 50%;
}

.dcl.blockie.small {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Blockie/Blockie.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export class Blockie extends React.PureComponent<BlockieProps> {
'dcl blockie',
className,
shape === 'circle' && 'circle',
scaleClass
shape !== 'circle' && scaleClass
)}
ref={this.canvas}
/>
Expand Down

0 comments on commit 3a768b3

Please sign in to comment.