Skip to content

Commit

Permalink
MDCMigration: 2 dialog style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHollyer committed Oct 10, 2023
1 parent a0651da commit eca4a84
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ <h4>Color group preview</h4>
<div mat-dialog-actions align="end">
<button mat-button mat-dialog-close>Cancel</button>
<button
class="save-button"
mat-raised-button
color="primary"
mat-dialog-close
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,7 @@ mat-form-field {
margin-top: $padding-size;
}
}

.save-button {
color: #fff;
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ limitations under the License.
}

:host > div {
margin: 8px;
margin: 16px;
}

h3 {
font-size: 20px;
margin: 8px;
margin: 16px;
}

.reload-toggle {
margin-bottom: 8px;
margin-bottom: 16px;
}

0 comments on commit eca4a84

Please sign in to comment.