Skip to content

Commit 96689cd

Browse files
committed
fix: DodamEmptyView button
1 parent 1164e36 commit 96689cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Source/DDS/Component/EmptyView/EmptyView.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ public struct DodamEmptyView: View {
3232
DodamButton.fullWidth(title: buttonTitle) {
3333
action()
3434
}
35-
.background(DodamColor.Fill.normal)
36-
.foreground(DodamColor.Label.normal)
35+
.role(.assistive)
3736
}
3837
.padding(16)
3938
.background(DodamColor.Background.normal)

0 commit comments

Comments
 (0)