Pārlūkot izejas kodu

Adds missing semi

main
Eric Amodio pirms 6 gadiem
vecāks
revīzija
522788fe58
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      src/ui/shared/colors.ts

+ 1
- 1
src/ui/shared/colors.ts Parādīt failu

@ -19,7 +19,7 @@ export function lighten(color: string, percentage: number) {
const [r, g, b, a] = rgba;
percentage = (255 * percentage) / 100;
return `rgba(${adjustLight(r, percentage)}, ${adjustLight(g, percentage)}, ${adjustLight(b, percentage)}, ${a})`
return `rgba(${adjustLight(r, percentage)}, ${adjustLight(g, percentage)}, ${adjustLight(b, percentage)}, ${a})`;
}
export function opacity(color: string, percentage: number) {

Notiek ielāde…
Atcelt
Saglabāt