Skip to content

Commit 7771875

Browse files
committed
Change CreateFolderInput style from raw color code to variable
1 parent 1480986 commit 7771875

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

browser/main/modals/CreateFolderModal.styl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
width 490px
3030
padding 0 5px
3131
margin 10px 0
32-
border 1px solid #C9C9C9 // TODO: use variable.
32+
border 1px solid $ui-input--create-folder-modal
3333
border-radius 2px
3434
background-color transparent
3535
outline none
@@ -68,7 +68,7 @@ body[data-theme="dark"]
6868
color $ui-dark-text-color
6969

7070
.control-folder-input
71-
border 1px solid #C9C9C9 // TODO: use variable.
71+
border 1px solid $ui-input--create-folder-modal
7272
color white
7373

7474
.description
@@ -94,7 +94,7 @@ body[data-theme="solarized-dark"]
9494
color $ui-solarized-dark-text-color
9595

9696
.control-folder-input
97-
border 1px solid #C9C9C9 // TODO: use variable.
97+
border 1px solid $ui-input--create-folder-modal
9898
color white
9999

100100
.description

browser/styles/index.styl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ tooltip()
4646
// UI Input
4747
$ui-input--focus-borderColor = #369DCD
4848
$ui-input--disabled-backgroundColor = #DDD
49+
$ui-input--create-folder-modal = #C9C9C9
4950

5051
// Parts
5152
$ui-favorite-star-button-color = #FFC216

0 commit comments

Comments
 (0)