Skip to content

Commit d3a7538

Browse files
committed
Renamed the teal color to aqua as it's more like it than teal
1 parent 3e00005 commit d3a7538

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css/src/ng-annotate.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
&.blue { color: #000; background: #BCDFFC; border-color: #BCDFFC; }
1414
&.pink { color: #000; background: #fcbcfa; border-color: #fcbcfa; }
1515
&.yellow { color: #000; background: #fafcbc; border-color: #fafcbc; }
16-
&.teal { color: #000; background: #bcfcf7; border-color: #bcfcf7; }
16+
&.aqua { color: #000; background: #bcfcf7; border-color: #bcfcf7; }
1717

1818
&.strike { text-decoration: line-through; }
1919
}

example-app/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ app.controller("AnnotationController", function($scope)
88
{ name: "Blue", value: "blue" },
99
{ name: "Yellow", value: "yellow" },
1010
{ name: "Pink", value: "pink" },
11-
{ name: "Teal", value: "teal" }
11+
{ name: "Aqua", value: "Aqua" }
1212
];
1313

1414
$scope.close = function()

0 commit comments

Comments
 (0)