Skip to content

Commit 67f6ed0

Browse files
committed
fix: match footer default color to content
1 parent bc52773 commit 67f6ed0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/dialog/src/dialog.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ governing permissions and limitations under the License.
1616
overflow: hidden;
1717
}
1818

19+
.footer {
20+
color: var(
21+
--spectrum-dialog-confirm-description-text-color,
22+
var(--spectrum-global-color-gray-800)
23+
);
24+
}
25+
1926
.content[tabindex] {
2027
overflow: auto;
2128
}

0 commit comments

Comments
 (0)