Skip to content

Commit

Permalink
refactor: changes scss name to linearprogressbar
Browse files Browse the repository at this point in the history
  • Loading branch information
yaswanth-deriv committed Mar 4, 2024
1 parent 255bc4c commit 9127a51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/components/ProgressBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import clsx from 'clsx';
import { Text } from '../Text';
import { TGenericSizes } from "../../types";
import "./ProgressBar.scss"
import "./LinearProgressBar.scss"

type TLinearProgressProps = {
className?: string;
Expand Down

0 comments on commit 9127a51

Please sign in to comment.