diff --git a/.circleci/config.yml b/.circleci/config.yml index fccd2fd841f..9003b2c0203 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ executors: parameters: current_golden_images_hash: type: string - default: 4b9b1721e3409abb33c33a68d5d4c29756edaae9 + default: 67f6ed0c6bac29df7a78021742ba947034b2d189 commands: downstream: steps: diff --git a/packages/dialog/src/dialog.css b/packages/dialog/src/dialog.css index 397031fc6c1..647351de419 100644 --- a/packages/dialog/src/dialog.css +++ b/packages/dialog/src/dialog.css @@ -16,6 +16,13 @@ governing permissions and limitations under the License. overflow: hidden; } +.footer { + color: var( + --spectrum-dialog-confirm-description-text-color, + var(--spectrum-global-color-gray-800) + ); +} + .content[tabindex] { overflow: auto; }