Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ executors:
parameters:
current_golden_images_hash:
type: string
default: 4b9b1721e3409abb33c33a68d5d4c29756edaae9
default: 67f6ed0c6bac29df7a78021742ba947034b2d189
commands:
downstream:
steps:
Expand Down
7 changes: 7 additions & 0 deletions packages/dialog/src/dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down