Skip to content

Commit

Permalink
make license type icon work better with different themes (#2380)
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 authored Feb 22, 2024
1 parent 4152364 commit 6da1296
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ The icons may not be reused in other projects without the proper flaticon licens
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
* (foxriver76) the new `licenseInformation` icon now changes color correctly with the theme

### 6.14.1 (2024-02-20)
* (foxriver76) align items better when adapters tab is used in row mode

Expand Down
2 changes: 1 addition & 1 deletion packages/admin/src/src/components/Adapters/AdapterTile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ class AdapterTile extends React.Component<AdapterTileProps, AdapterTileState> {
href={this.props.licenseInformation?.link}
target="_blank"
rel="noopener"
sx={{ color: 'black', '&:hover': { color: 'black' } }}
sx={{ color: 'text.primary', '&:hover': { color: 'text.primary' } }}
>
{this.props.licenseInformation?.type === 'paid' ?
<Tooltip title={this.props.t('The adapter requires a paid license.')}>
Expand Down

0 comments on commit 6da1296

Please sign in to comment.