mirror of
https://github.com/Xevion/icons.git
synced 2025-12-07 18:07:19 -06:00
Fix dark mode hover color, fix Grommet icon stroke application
This commit is contained in:
@@ -32,7 +32,7 @@ const IconInternal: FunctionComponent<IconInternalProps> = ({label, children, on
|
||||
const DisplayIconSingle: FunctionComponent<DisplayIconSingleProps> = ({setId, id}) => {
|
||||
// eslint-disable-next-line
|
||||
const IconSet = loadable.lib(() => getIcons(setId));
|
||||
const iconClass = "text-slate-700 stroke-slate-700 dark:text-slate-200 dark:stroke-slate-200 group-hover:text-slate-900 group-hover:scale-125 transition-transform w-8 h-8";
|
||||
const iconClass = "text-slate-700 stroke-slate-700 dark:text-slate-200 group-hover:text-slate-900 dark:group-hover:text-slate-100 group-hover:scale-125 transition-transform w-8 h-8";
|
||||
|
||||
return <IconSet fallback={<IconInternal label="...">
|
||||
<BsQuestionCircle className={iconClass}/>
|
||||
|
||||
@@ -16,8 +16,6 @@ code {
|
||||
Bitstream Vera Sans Mono, Courier New, monospace;
|
||||
}
|
||||
|
||||
.forceStroke {
|
||||
> path, g {
|
||||
.forceStroke > path, g {
|
||||
stroke: currentColor;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user