Skip to content

Commit

Permalink
Use camelCase for class names
Browse files Browse the repository at this point in the history
  • Loading branch information
kudlajz committed Oct 31, 2024
1 parent 824cd16 commit a32ffd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@import "styles/variables";

.Action {
.action {
margin: $spacing-2 0 0;
}

.Button {
.button {
text-decoration: none;
}
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ export function CoveragePlaceholderElement({
onRemove={handleRemove}
onSubmit={handleSubmitUrl}
>
<div className={styles.Action}>
<div className={styles.action}>
<Button
className={styles.Button}
className={styles.button}
icon={Upload}
onClick={handleUpload}
variant="underlined"
Expand Down

0 comments on commit a32ffd6

Please sign in to comment.