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:
parent
9684e1031f
commit
6df7610e9c
3 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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 :)
|
||||
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Add table
Reference in a new issue