Skip to content

Commit

Permalink
feat(opacity-checkerboard): converting name to Kabob case
Browse files Browse the repository at this point in the history
  • Loading branch information
venkateshjo committed Jul 21, 2023
1 parent 45563c6 commit f47bc22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/opacity-checkerboard/src/spectrum-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const config = {
components: [
converter.classToClass(
'spectrum-OpacityCheckerboard',
'opacityCheckerboard'
'OpacityCheckerboard'
),
],
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ governing permissions and limitations under the License.
*/

/* THIS FILE IS MACHINE GENERATED. DO NOT EDIT */
.opacityCheckerboard {
.OpacityCheckerboard {
--spectrum-opacity-checkerboard-dark: var(
--spectrum-opacity-checkerboard-square-dark
);
Expand Down Expand Up @@ -54,7 +54,7 @@ governing permissions and limitations under the License.
inline-size: 100%;
}
@media (forced-colors: active) {
.opacityCheckerboard {
.OpacityCheckerboard {
forced-color-adjust: none;
}
}

0 comments on commit f47bc22

Please sign in to comment.