Skip to content

Commit

Permalink
Merge pull request #21 from siddacool/prepare/0.2.0
Browse files Browse the repository at this point in the history
Dark Mode Icon Changed
  • Loading branch information
siddacool authored Mar 16, 2020
2 parents bbee31e + 2af9a5a commit 9464042
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions src/components/color-picker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,11 @@
:action="toggleDarkTheme"
:darkTheme="darkTheme"
class="color-picker_dark-mode-toggle"
svgSize="small"
size="xsmall"
svgSize="large"
size="medium"
noGlass
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
>
<path
d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10v-20zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12z"
/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M22.088 13.126l1.912-1.126-1.912-1.126c-1.021-.602-1.372-1.91-.788-2.942l1.093-1.932-2.22-.02c-1.185-.01-2.143-.968-2.153-2.153l-.02-2.219-1.932 1.093c-1.031.583-2.34.233-2.941-.788l-1.127-1.913-1.127 1.913c-.602 1.021-1.91 1.372-2.941.788l-1.932-1.093-.02 2.219c-.01 1.185-.968 2.143-2.153 2.153l-2.22.02 1.093 1.932c.584 1.032.233 2.34-.788 2.942l-1.912 1.126 1.912 1.126c1.021.602 1.372 1.91.788 2.942l-1.093 1.932 2.22.02c1.185.01 2.143.968 2.153 2.153l.02 2.219 1.932-1.093c1.031-.583 2.34-.233 2.941.788l1.127 1.913 1.127-1.913c.602-1.021 1.91-1.372 2.941-.788l1.932 1.093.02-2.219c.011-1.185.969-2.143 2.153-2.153l2.22-.02-1.093-1.932c-.584-1.031-.234-2.34.788-2.942zm-10.117 6.874c-4.411 0-8-3.589-8-8s3.588-8 8-8 8 3.589 8 8-3.589 8-8 8zm.029-2c-3.313 0-6-2.687-6-6s2.687-6 6-6v12z"/></svg>
</icon-btn>
<icon-btn
:action="hideColorPicker"
Expand Down Expand Up @@ -243,7 +234,7 @@ export default {
.color-picker_dark-mode-toggle {
position: absolute;
top: 10px;
left: 30%;
left: calc(50% - 20px);
}
/* dark theme */
Expand Down

0 comments on commit 9464042

Please sign in to comment.