File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ governing permissions and limitations under the License.
1111*/
1212
1313.spectrum-Avatar {
14- inline-size : var (--spectrum-avatar-small -width );
15- block-size : var (--spectrum-avatar-small -height );
14+ inline-size : var (--spectrum-avatar-size-100 -width );
15+ block-size : var (--spectrum-avatar-size-100 -height );
1616
17- border-radius : var (--spectrum-avatar-small -border-radius );
17+ border-radius : var (--spectrum-avatar-size-100 -border-radius );
1818 border-style : none;
1919
2020 -webkit-user-drag : none;
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ governing permissions and limitations under the License.
1111*/
1212
1313.spectrum-Avatar {
14- opacity : var (--spectrum-avatar-small -opacity );
14+ opacity : var (--spectrum-avatar-size-100 -opacity );
1515
1616 & .is-disabled {
17- opacity : var (--spectrum-avatar-small -opacity-disabled );
17+ opacity : var (--spectrum-avatar-size-100 -opacity-disabled );
1818 }
1919}
You can’t perform that action at this time.
0 commit comments