mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
using a less generic class name
This commit is contained in:
parent
97aafac05b
commit
d6b18a69a8
@ -22,7 +22,7 @@ const Toggle = ({
|
||||
|
||||
const label = classNames(
|
||||
className,
|
||||
styles.label
|
||||
styles['tgl-label']
|
||||
);
|
||||
|
||||
return (
|
||||
|
@ -23,7 +23,7 @@
|
||||
width: 110px;
|
||||
}
|
||||
|
||||
.label {
|
||||
.tgl-label {
|
||||
background-color: #E6E6E6;
|
||||
border: solid 1px #D8D8D8;
|
||||
border-radius: var(--border-radius);
|
||||
|
Loading…
Reference in New Issue
Block a user