oddsgate-ds 1.0.131 → 1.0.133

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oddsgate-ds",
3
- "version": "1.0.131",
3
+ "version": "1.0.133",
4
4
  "description": "Miew theme component library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -57,7 +57,7 @@ export const StyledCircularSliderSlide = styled.div<ICircularSlider>`
57
57
  position: absolute;
58
58
  transform-origin: center;
59
59
  transition: .3s linear all;
60
- filter: brightness(70%);
60
+ filter: brightness(25%);
61
61
  cursor: pointer;
62
62
 
63
63
  & img{
@@ -148,6 +148,7 @@ const GlobalStyles = createGlobalStyle`
148
148
 
149
149
  p a {
150
150
  color: var(--color-secondary);
151
+ text-decoration: underline;
151
152
  }
152
153
 
153
154
  hr {