Skip to content

Commit

Permalink
fix(styles): remove the deprecated variable with its alternative (sec…
Browse files Browse the repository at this point in the history
…ondary style)

Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
  • Loading branch information
DorraJaouad committed Feb 5, 2024
1 parent 37fde6f commit d05e9a2
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/components/ConversationSettings/BotsSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export default {
.bots-settings {
&__hint {
margin-bottom: calc(var(--default-grid-baseline) * 4);
color: var(--color-text-lighter);
color: var(--color-text-maxcontrast);
}

&__item {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default {
.breakout-rooms-settings {
&__hint{
margin-bottom: calc(var(--default-grid-baseline) * 2);
color: var(--color-text-lighter);
color: var(--color-text-maxcontrast);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ section {
}

&__warning {
color: var(--color-text-lighter);
color: var(--color-text-maxcontrast);
}

&__preview {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ export default {
}

.conversation-permissions-editor__hint {
color: var(--color-text-lighter);
color: var(--color-text-maxcontrast);
margin-bottom: 16px;
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ export default {
}

:deep(.app-settings-section__hint) {
color: var(--color-text-lighter);
color: var(--color-text-maxcontrast);
padding: 8px 0;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ export default {
border-radius: var(--border-radius-large);

&-source {
color: var(--color-text-lighter);
color: var(--color-text-maxcontrast);
margin-bottom: calc(var(--default-grid-baseline) * 2);
border: 2px solid var(--color-border);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export default {

&__linetwo {
height: 30px;
color: var(--color-text-lighter);
color: var(--color-text-maxcontrast);
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ export default {
}

&__footer {
color: var(--color-text-lighter);
color: var(--color-text-maxcontrast);
white-space: normal;
margin-top: 8px;
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/Quote.vue
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ export default {
color: var(--color-text-maxcontrast);
}
&__text {
color: var(--color-text-lighter);
color: var(--color-text-maxcontrast);
white-space: pre-wrap;
word-break: break-word;
& p {
Expand Down
2 changes: 1 addition & 1 deletion src/components/SettingsDialog/SettingsDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ export default {
}

&__hint {
color: var(--color-text-lighter);
color: var(--color-text-maxcontrast);
padding: 8px 0;
}

Expand Down

0 comments on commit d05e9a2

Please sign in to comment.