mirror of
https://github.com/vercel/commerce.git
synced 2025-06-19 13:41:22 +00:00
remove usage of border-accents-9 which broke compilation
Signed-off-by: Loan Laux <loan@outgrow.io>
This commit is contained in:
parent
0ab429ed37
commit
7a5c0f4df1
@ -35,7 +35,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.active {
|
.active {
|
||||||
@apply border-accents-9 border-2;
|
@apply border-2;
|
||||||
padding-right: 1px;
|
padding-right: 1px;
|
||||||
padding-left: 1px;
|
padding-left: 1px;
|
||||||
}
|
}
|
||||||
@ -46,7 +46,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.active.textLabel {
|
.active.textLabel {
|
||||||
@apply border-accents-9 border-2;
|
@apply border-2;
|
||||||
padding-right: calc(1rem - 1px);
|
padding-right: calc(1rem - 1px);
|
||||||
padding-left: calc(1rem - 1px);
|
padding-left: calc(1rem - 1px);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user