Minor tweaks to UserSettings dialog (#12651)
* Make user settings dialog title looks like figma design * dialog: add title to close button * Update dialog snapshot * Update playwright snapshot
This commit is contained in:
@@ -22,6 +22,15 @@ limitations under the License.
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.mx_UserSettingsDialog_title {
|
||||
/* Override default dialog font style */
|
||||
font: var(--cpd-font-heading-md-regular) !important;
|
||||
|
||||
.mx_UserSettingsDialog_title_strong {
|
||||
font: var(--cpd-font-heading-md-semibold);
|
||||
}
|
||||
}
|
||||
|
||||
/* ICONS */
|
||||
/* ========================================================== */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user