Skip to content

Commit 90dc42c

Browse files
authored
Fix invalid color in colorBox example (#142)
1 parent 50f758f commit 90dc42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iosMathExample/example/ViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ - (void)viewDidLoad
303303
self.labels[39] = [self createMathLabel:@"\\hat{\\frac12} \\; \\hat{\\sqrt 3}" withHeight:50];
304304

305305
// large roots
306-
self.labels[40] = [self createMathLabel:@"\\colorbox{#f0f0e0}{\\sqrt{1+\\colorbox{#d0c0d0}{\\sqrt{1+\\colorbox{#a080c0}{\\sqrt{1+\\colorbox{#7050a0}{\\sqrt{1+\\colorbox{403060}{\\colorbox{#102000}{\\sqrt{1+\\cdots}}}}}}}}}}}" withHeight:80];
306+
self.labels[40] = [self createMathLabel:@"\\colorbox{#f0f0e0}{\\sqrt{1+\\colorbox{#d0c0d0}{\\sqrt{1+\\colorbox{#a080c0}{\\sqrt{1+\\colorbox{#7050a0}{\\sqrt{1+\\colorbox{#403060}{\\colorbox{#102000}{\\sqrt{1+\\cdots}}}}}}}}}}}" withHeight:80];
307307

308308
self.labels[41] = [self createMathLabel:@"\\begin{bmatrix}"
309309
"a & b\\\\ c & d \\\\ e & f \\\\ g & h \\\\ i & j"

0 commit comments

Comments
 (0)