diff --git a/packages/components/src/button/style.scss b/packages/components/src/button/style.scss index aa0fe0d8c776ec..fefc93b4fa8e0e 100644 --- a/packages/components/src/button/style.scss +++ b/packages/components/src/button/style.scss @@ -124,7 +124,6 @@ &:disabled, &[aria-disabled="true"], &[aria-disabled="true"]:hover { - // TODO: Prepare for theming (https://github.com/WordPress/gutenberg/pull/45466/files#r1030872724) color: $gray-600; background: transparent; transform: none;