#49 : Update dot size
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
import { tweened } from 'svelte/motion';
|
import { tweened } from 'svelte/motion';
|
||||||
import { cubicInOut } from 'svelte/easing';
|
import { cubicInOut } from 'svelte/easing';
|
||||||
|
|
||||||
const DOT_SIZE_PX = 5
|
const DOT_SIZE_PX = 6
|
||||||
const ACTIVE_DOT_SIZE_PX = 8
|
const ACTIVE_DOT_SIZE_PX = 8
|
||||||
|
|
||||||
const size = tweened(DOT_SIZE_PX, {
|
const size = tweened(DOT_SIZE_PX, {
|
||||||
|
|||||||
Reference in New Issue
Block a user