@@ -1241,7 +1241,7 @@ export function SettingsDialog(props: SettingsDialogProps) {
12411241 background : state . config . sandboxMode === mode . value ? "var(--jb-btn-primary-bg)" : "transparent" ,
12421242 } } >
12431243 < Show when = { state . config . sandboxMode === mode . value } >
1244- < Icon name = "check" style = { { width : "12px" , height : "12px" , color : "#fff " } } />
1244+ < Icon name = "check" style = { { width : "12px" , height : "12px" , color : "var(--figma-text-primary) " } } />
12451245 </ Show >
12461246 </ div >
12471247 < div >
@@ -1286,7 +1286,7 @@ export function SettingsDialog(props: SettingsDialogProps) {
12861286 background : state . config . approvalMode === mode . value ? "var(--jb-btn-primary-bg)" : "transparent" ,
12871287 } } >
12881288 < Show when = { state . config . approvalMode === mode . value } >
1289- < Icon name = "check" style = { { width : "12px" , height : "12px" , color : "#fff " } } />
1289+ < Icon name = "check" style = { { width : "12px" , height : "12px" , color : "var(--figma-text-primary) " } } />
12901290 </ Show >
12911291 </ div >
12921292 < div >
@@ -1785,7 +1785,7 @@ export function SettingsDialog(props: SettingsDialogProps) {
17851785 background : supermaven . state . enabled ? "var(--jb-btn-primary-bg)" : "transparent" ,
17861786 } } >
17871787 < Show when = { supermaven . state . enabled } >
1788- < Icon name = "check" style = { { width : "12px" , height : "12px" , color : "#fff " } } />
1788+ < Icon name = "check" style = { { width : "12px" , height : "12px" , color : "var(--figma-text-primary) " } } />
17891789 </ Show >
17901790 </ div >
17911791 < div style = { { flex : "1" } } >
0 commit comments