Refine frost styles
This commit is contained in:
parent
e378f108a1
commit
dfca275172
@ -48,8 +48,8 @@ export default function EntityLink({
|
|||||||
return 'text-dim';
|
return 'text-dim';
|
||||||
case 'high':
|
case 'high':
|
||||||
return 'text-main';
|
return 'text-main';
|
||||||
case 'frost':
|
case 'frosted':
|
||||||
return 'text-invert';
|
return 'text-black';
|
||||||
default:
|
default:
|
||||||
return 'text-medium';
|
return 'text-medium';
|
||||||
}
|
}
|
||||||
|
|||||||
@ -42,7 +42,7 @@ export default function PhotoFilmSimulation({
|
|||||||
href={pathForFilmSimulation(simulation)}
|
href={pathForFilmSimulation(simulation)}
|
||||||
icon={<PhotoFilmSimulationIcon
|
icon={<PhotoFilmSimulationIcon
|
||||||
simulation={simulation}
|
simulation={simulation}
|
||||||
className={clsx(contrast === 'frosted' && 'text-dark')}
|
className={clsx(contrast === 'frosted' && 'text-black')}
|
||||||
/>}
|
/>}
|
||||||
title={`Film Simulation: ${large}`}
|
title={`Film Simulation: ${large}`}
|
||||||
type={type}
|
type={type}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user