From b70d4ace694607a17730f747f8fdd7cd52344e09 Mon Sep 17 00:00:00 2001 From: David Li Date: Sat, 1 Feb 2025 23:08:25 +0000 Subject: [PATCH] Rename styles to ts files. --- src/styles/{Bootstrap.js => Bootstrap.ts} | 0 src/styles/{ColorInterpolation.js => ColorInterpolation.ts} | 0 src/styles/{ColorSelection.js => ColorSelection.ts} | 1 - src/styles/{Common.js => Common.ts} | 0 4 files changed, 1 deletion(-) rename src/styles/{Bootstrap.js => Bootstrap.ts} (100%) rename src/styles/{ColorInterpolation.js => ColorInterpolation.ts} (100%) rename src/styles/{ColorSelection.js => ColorSelection.ts} (99%) rename src/styles/{Common.js => Common.ts} (100%) diff --git a/src/styles/Bootstrap.js b/src/styles/Bootstrap.ts similarity index 100% rename from src/styles/Bootstrap.js rename to src/styles/Bootstrap.ts diff --git a/src/styles/ColorInterpolation.js b/src/styles/ColorInterpolation.ts similarity index 100% rename from src/styles/ColorInterpolation.js rename to src/styles/ColorInterpolation.ts diff --git a/src/styles/ColorSelection.js b/src/styles/ColorSelection.ts similarity index 99% rename from src/styles/ColorSelection.js rename to src/styles/ColorSelection.ts index 1f03b6a..2cf26f0 100644 --- a/src/styles/ColorSelection.js +++ b/src/styles/ColorSelection.ts @@ -28,7 +28,6 @@ export const styles = css` background: linear-gradient(to bottom, #ffffff00 0%, #000 100%); } - .color-grad-circle { z-index: 2; position: absolute; diff --git a/src/styles/Common.js b/src/styles/Common.ts similarity index 100% rename from src/styles/Common.js rename to src/styles/Common.ts