Skip to content

Commit

Permalink
[DDW-930] Style classes to CamelCase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomislav Horaček committed Oct 17, 2019
1 parent 3de923c commit 5b3eb1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/renderer/app/components/wallet/utxo/WalletUtxo.js
Expand Up @@ -145,7 +145,7 @@ export default class WalletUtxo extends Component<Props, State> {

return (
<div className={componentStyles}>
<BorderedBox className={styles.bordered_box}>
<BorderedBox className={styles.borderedBox}>
<div
className={styles.container}
onMouseEnter={() => this.setState({ isHoveringChart: true })}
Expand Down
2 changes: 1 addition & 1 deletion source/renderer/app/components/wallet/utxo/WalletUtxo.scss
Expand Up @@ -14,7 +14,7 @@
}
}

.bordered_box {
.borderedBox {
padding: 30px;
}

Expand Down

0 comments on commit 5b3eb1e

Please sign in to comment.