Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvoskamp committed Sep 5, 2023
1 parent 207c509 commit 2842bd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/assets/svg/refresh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { svg } from 'lit'

export const refreshSvg = svg`<svg fill="none" viewBox="0 0 14 16">
<path
fill="#47A1FF"
fill="currentColor"
fill-rule="evenodd"
d="M3.94 1.04a1 1 0 0 1 .7 1.23l-.48 1.68a5.85 5.85 0 0 1 8.53 4.32 5.86 5.86 0 0 1-11.4 2.56 1 1 0 0 1 1.9-.57 3.86 3.86 0 1 0 1.83-4.5l1.87.53a1 1 0 0 1-.55 1.92l-4.1-1.15a1 1 0 0 1-.69-1.23l1.16-4.1a1 1 0 0 1 1.23-.7Z"
clip-rule="evenodd"
Expand Down
4 changes: 4 additions & 0 deletions packages/ui/src/utils/ThemeUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,10 @@ export const elementStyles = css`
background-color: var(--wui-overlay-015);
}
button[data-variant='fill']:disabled > wui-icon {
color: var(--wui-overlay-015);
}
button[data-variant='shade'] {
color: var(--wui-color-fg-200);
}
Expand Down

0 comments on commit 2842bd9

Please sign in to comment.