Skip to content

Commit a0f6a55

Browse files
author
Andy O'Neill
committed
feat: use purple theme
1 parent 2ea8734 commit a0f6a55

31 files changed

+80
-80
lines changed

src/components/button/button.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
user-select: none;
77
}
88
.button:active {
9-
background-color: $motion-transparent;
9+
background-color: $looks-transparent;
1010
}
1111
.highlighted.button {
12-
background-color: $motion-transparent;
12+
background-color: $looks-transparent;
1313
}
1414
.mod-disabled {
1515
cursor: auto;

src/components/color-picker/color-picker.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@import "../../css/colors";
12
@import "../../css/units";
23

34
/* Popover styles */
@@ -79,8 +80,8 @@
7980
}
8081

8182
.active-swatch {
82-
border: 1px solid #4C97FF;
83-
box-shadow: 0px 0px 0px 3px hsla(215, 100%, 65%, 0.2);
83+
border: 1px solid $looks-tertiary;
84+
box-shadow: 0px 0px 0px 3px $looks-transparent;
8485
}
8586

8687
.swatch-icon {

src/components/color-picker/icons/fill-horz-gradient-enabled.svg

Lines changed: 1 addition & 1 deletion
Loading

src/components/color-picker/icons/fill-radial-enabled.svg

Lines changed: 2 additions & 2 deletions
Loading

src/components/color-picker/icons/fill-solid-enabled.svg

Lines changed: 2 additions & 2 deletions
Loading

src/components/color-picker/icons/fill-vert-gradient-enabled.svg

Lines changed: 2 additions & 2 deletions
Loading

src/components/color-picker/icons/swap.svg

Lines changed: 2 additions & 2 deletions
Loading

src/components/dropdown/dropdown-caret.svg

Lines changed: 2 additions & 2 deletions
Loading

src/components/dropdown/dropdown.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $arrow-border-width: 14px;
77
border-radius: 5px;
88
overflow: visible;
99
min-width: 3.5rem;
10-
color: $motion-primary;
10+
color: $looks-tertiary;
1111
padding: .5rem;
1212
}
1313

src/components/fixed-tools/fixed-tools.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ $border-radius: 0.25rem;
116116
}
117117

118118
.mod-menu-item:hover {
119-
background: $motion-transparent;
119+
background: $looks-transparent;
120120
}
121121

122122
.mod-disabled:hover {

src/components/fixed-tools/icons/group.svg

Lines changed: 9 additions & 9 deletions
Loading

src/components/fixed-tools/icons/redo.svg

Lines changed: 2 additions & 2 deletions
Loading

src/components/fixed-tools/icons/send-back.svg

Lines changed: 2 additions & 2 deletions
Loading

src/components/fixed-tools/icons/send-backward.svg

Lines changed: 2 additions & 2 deletions
Loading

src/components/fixed-tools/icons/send-forward.svg

Lines changed: 2 additions & 2 deletions
Loading

src/components/fixed-tools/icons/send-front.svg

Lines changed: 2 additions & 2 deletions
Loading

0 commit comments

Comments
 (0)