Browse Source

Specify correct size in revert icons.

pull/235/head
weisj 4 years ago
parent
commit
770be706c0
No known key found for this signature in database
GPG Key ID: 31124CB75461DA2A
  1. 2
      core/src/main/resources/com/github/weisj/darklaf/icons/misc/revert.svg
  2. 2
      core/src/main/resources/com/github/weisj/darklaf/icons/misc/revertDisabled.svg

2
core/src/main/resources/com/github/weisj/darklaf/icons/misc/revert.svg

@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 12 12">
<defs id="colors">
<linearGradient id="menuIconEnabled" fallback="Label.foreground">
<stop offset="0" stop-color="#AFB1B3"/>

Before

Width:  |  Height:  |  Size: 553 B

After

Width:  |  Height:  |  Size: 553 B

2
core/src/main/resources/com/github/weisj/darklaf/icons/misc/revertDisabled.svg

@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 12 12">
<defs id="colors">
<linearGradient id="menuIconDisabled" fallback="Label.disabledForeground">
<stop offset="0" stop-color="#6E6E6E"/>

Before

Width:  |  Height:  |  Size: 563 B

After

Width:  |  Height:  |  Size: 563 B

Loading…
Cancel
Save