Skip to content

Commit

Permalink
fix(swatches): export ocean blue swatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Juveniel committed Apr 7, 2022
1 parent 867f14d commit dfbfbc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/default/lib/swatches/index.js
@@ -1,5 +1,6 @@
module.exports.main = require('./default-main.json');
module.exports.mainDark = require('./default-main-dark.json');
module.exports.oceanBlue = require('./default-ocean-blue.json');
module.exports.blue = require('./default-blue.json');
module.exports.green = require('./default-green.json');
module.exports.nordic = require('./default-nordic.json');
Expand Down

0 comments on commit dfbfbc6

Please sign in to comment.