Skip to content

Commit 0b50696

Browse files
update screenshots + fix styles (vue, react)
1 parent de70353 commit 0b50696

11 files changed

+3
-2
lines changed

packages/devextreme-cli/src/templates/react/application/src/components/reset-password-form/ResetPasswordForm.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
.login-link {
99
color: var(--base-accent);
10-
font-size: 16px;
10+
font-size: 12px;
1111
text-align: center;
12+
margin-top: 6px;
1213
}
1314
}

packages/devextreme-cli/src/templates/vue-v3/application/src/views/login-form.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export default {
123123

124124
<style lang="scss">
125125
.login-form {
126-
:deep(.form-text) {
126+
.form-text {
127127
color: var(--base-text-color-alpha-7);
128128
}
129129
-1 Bytes
Loading
-8 Bytes
Loading
-25 Bytes
Loading
-35 Bytes
Loading
-20 Bytes
Loading
-48 Bytes
Loading
-41 Bytes
Loading
-1 Bytes
Loading

0 commit comments

Comments
 (0)