Skip to content

Commit a5a390d

Browse files
committed
Changed variable naming
1 parent 3dc88d5 commit a5a390d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

client/styles/abstracts/_variables.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ $themes: (
8888
nav-border-color: $middle-light,
8989
error-color: $p5js-pink,
9090
table-row-stripe-color: $medium-light,
91-
quick-add-row-stripe-color: $medium-light,
91+
table-row-stripe-color-alternate: $medium-light,
9292
codefold-icon-open: url(../images/triangle-arrow-down.svg?byUrl),
9393
codefold-icon-closed: url(../images/triangle-arrow-right.svg?byUrl),
9494

@@ -164,7 +164,7 @@ $themes: (
164164
nav-border-color: $middle-dark,
165165
error-color: $p5js-pink,
166166
table-row-stripe-color: $dark,
167-
quick-add-row-stripe-color: $darker,
167+
table-row-stripe-color-alternate: $darker,
168168
codefold-icon-open: url(../images/triangle-arrow-down-white.svg?byUrl),
169169
codefold-icon-closed: url(../images/triangle-arrow-right-white.svg?byUrl),
170170

@@ -238,7 +238,7 @@ $themes: (
238238
nav-border-color: $middle-dark,
239239
error-color: $p5-contrast-pink,
240240
table-row-stripe-color: $dark,
241-
quick-add-row-stripe-color: $darker,
241+
table-row-stripe-color-alternate: $darker,
242242
codefold-icon-open: url(../images/triangle-arrow-down-white.svg?byUrl),
243243
codefold-icon-closed: url(../images/triangle-arrow-right-white.svg?byUrl),
244244

client/styles/components/_quick-add.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
.quick-add__item:nth-child(odd) {
2525
@include themify() {
26-
background: getThemifyVariable('quick-add-row-stripe-color');
26+
background: getThemifyVariable('table-row-stripe-color-alternate');
2727
}
2828
}
2929

0 commit comments

Comments
 (0)