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