Skip to content

Commit 1bbba4d

Browse files
committed
Rename main-background-color variable ♻️
1 parent f2c2fa3 commit 1bbba4d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

client/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ html {
5858
}
5959
6060
.v-main {
61-
background-color: $main-background-color;
61+
background-color: $bg-color-default;
6262
}
6363
6464
.v-main .view {

client/assets/stylesheets/common/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $font-family-icons: "Material Design Icons";
1010
$font-family-primary: Poppins, Helvetica, Arial, sans-serif;
1111
$font-family-secondary: Roboto, Helvetica, Arial, sans-serif;
1212

13-
$main-background-color: #f5f5f5;
13+
$bg-color-default: #f5f5f5;
1414

1515
@mixin highlight($color) {
1616
border: none;

client/components/repository/Workflow/Filters/Assignee.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default {
5050
}
5151
5252
&.active {
53-
border: 2px solid $main-background-color !important;
53+
border: 2px solid $bg-color-default !important;
5454
box-shadow: var(--v-secondary-base) 0 0 0 2px;
5555
}
5656

0 commit comments

Comments
 (0)