mirror of
https://github.com/outline/outline.git
synced 2026-06-28 02:34:23 +03:00
12 lines
209 B
JavaScript
12 lines
209 B
JavaScript
// @flow
|
|
import theme from "../../shared/styles/theme";
|
|
|
|
export const palette = [
|
|
theme.brand.red,
|
|
theme.brand.blue,
|
|
theme.brand.purple,
|
|
theme.brand.pink,
|
|
theme.brand.marine,
|
|
theme.brand.green,
|
|
];
|