add fixme
This commit is contained in:
parent
f499c60b12
commit
8c1bb90347
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,11 @@ See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
// FIXME: these vars should be bundled up and attached to
|
||||||
|
// module.exports otherwise this will break when included by both
|
||||||
|
// react-sdk and apps layered on top.
|
||||||
|
|
||||||
// The colour keys to be replaced as referred to in SVGs
|
// The colour keys to be replaced as referred to in SVGs
|
||||||
var keyRgb = [
|
var keyRgb = [
|
||||||
"rgb(118, 207, 166)", // Vector Green
|
"rgb(118, 207, 166)", // Vector Green
|
||||||
|
|
Loading…
Reference in a new issue