@tuya-sat/sdf-main-sdk 6.2.23 → 6.2.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.css CHANGED
@@ -1978,6 +1978,45 @@ body.light .circle__l8iGG .main-badge-count {
1978
1978
  color: var(--main-primary-color);
1979
1979
  }
1980
1980
 
1981
+ .theme-menu__l_FNv {
1982
+ min-width: 160px;
1983
+ padding: 4px 0;
1984
+ }
1985
+ .theme-menu-item__Q5mH4 {
1986
+ display: flex;
1987
+ align-items: center;
1988
+ height: 36px;
1989
+ padding: 0 12px;
1990
+ cursor: pointer;
1991
+ -webkit-user-select: none;
1992
+ -moz-user-select: none;
1993
+ user-select: none;
1994
+ border-radius: 4px;
1995
+ transition: background-color 0.2s;
1996
+ }
1997
+ .theme-menu-item__Q5mH4:hover {
1998
+ background-color: rgba(0, 0, 0, 0.04);
1999
+ }
2000
+ .theme-menu-icon__EYXe5 {
2001
+ display: inline-flex;
2002
+ align-items: center;
2003
+ justify-content: center;
2004
+ width: 20px;
2005
+ margin-right: 8px;
2006
+ }
2007
+ .theme-menu-label__ikPCC {
2008
+ flex: 1;
2009
+ font-size: 14px;
2010
+ }
2011
+ .theme-menu-check__cg388 {
2012
+ display: inline-flex;
2013
+ align-items: center;
2014
+ justify-content: center;
2015
+ width: 16px;
2016
+ margin-left: 8px;
2017
+ color: var(--main-primary-color, #165dff);
2018
+ }
2019
+
1981
2020
  .appDownload__db5uD .main-popover-inner {
1982
2021
  padding: 12px;
1983
2022
  }