0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-12 10:09:03 -05:00

✏️ 💄 Fix typo and color in dark theme

This commit is contained in:
mathieu.brunot 2019-02-18 01:48:33 +01:00
parent 9684e1031f
commit 6df7610e9c
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0
3 changed files with 4 additions and 3 deletions

View file

@ -6,7 +6,7 @@
// Copyright (c) 2015-2016 Juan de la Cruz <delacruzgarciajuan@gmail.com>
// This is a standard color scheme for UXBOX UI
// Hope you like ir and feel free to create your own one!
// Hope you like it and feel free to create your own one!
// UXBOX Dark Theme :)
@ -36,5 +36,5 @@ $medium-ui-text: #8d9496;
$soft-ui-text: #4e4f50;
// Canvas colors
$canvas-bg: #dce1e3;
$canvas-bg: #3d3f40;
$scrollbar-bg: #878c8e;

View file

@ -6,7 +6,7 @@
// Copyright (c) 2015-2016 Juan de la Cruz <delacruzgarciajuan@gmail.com>
// This is a standard color scheme for UXBOX UI
// Hope you like ir and feel free to create your own one!
// Hope you like it and feel free to create your own one!
// UXBOX Light Theme :)

View file

@ -12,6 +12,7 @@
@import 'common/dependencies/colors';
@import 'common/dependencies/uxbox-light';
/* @import 'common/dependencies/uxbox-dark'; */
@import 'common/dependencies/helpers';
@import 'common/dependencies/mixin';
@import 'common/dependencies/fonts';