Skip to content

Commit d6bfa00

Browse files
authored
Change exclamation point color on collaborative edit warning
## Purpose - Update color for exclamation icon for collaborative edit warning in draft registrations ## Summary of Changes - Add style to change color for exclamation icon to change-caution-color
1 parent b417163 commit d6bfa00

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/registries/addon/drafts/draft/styles.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@
7474
display: flex;
7575
flex-direction: column;
7676
align-items: start;
77+
78+
& i {
79+
color: $brand-warning;
80+
}
7781
}
7882

7983
.BackButton {

0 commit comments

Comments
 (0)