UNPKG
@onethousandswaps-libs/uikit
Version:
latest (1.0.0)
1.0.0
User interface package for One THousand Swaps apps
@onethousandswaps-libs/uikit
/
components
/
Progress
/
themes.ts
13 lines
(10 loc)
•
202 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
{ variants }
from
"./types"
;
export
const
styleVariants = { [variants.
ROUND
]: {
borderRadius
:
"32px"
, }, [variants.
FLAT
]: {
borderRadius
:
0
, }, };
export
default
styleVariants;